#528DC1

Color #528DC1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #528DC1

Tints of Danube #528DC1

Color information

#528DC1 (or 0x528DC1) is unknown color: approx Danube. HEX triplet: 52, 8D and C1. RGB value is (82,141,193). Sum of RGB (Red+Green+Blue) = 82+141+193=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #528DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DC1 is #AD723E. Grayscale: #818181. Windows color (decimal): -11366975 or 12684626. OLE color: 12684626.

HSL color Cylindrical-coordinate representation of color #528DC1: hue angle of 208.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528DC1 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82141193-
CMYK0.580.2700.24
HSL208.11º47.23%53.92%-
HSV(B)208.11º57.51%75.69%-
XYZ22.6324.6954.03-
YUV129.29163.9594.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=19.71%
G=33.89%
B=46.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821411930.580.2700.24208.1147.2353.92
Hex528DC13A1B018d02f36
Octal12221530172330303205766
Binary101001010001101110000011110101101101100011010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528DC1; }

 p { color: rgb(82,141,193); }

 H1.HeaderClassName
 {
   color: #528DC1;
 }
 .AnyTagClassName
 {
   color: #528DC1;
 }
</style>
background-color css

<style>
 a { background-color: #528DC1; }

 a { background-color: rgb(82,141,193); }

 div.DivClassName
 {
   background-color: #528DC1;
 }
 .BgClassName
 {
   background-color: #528DC1;
 }
</style>
border-color css

<style>
 span { border-color: #528DC1; }

 span { border-color: rgb(82,141,193); }

 td.TdClassName
 {
   border-color: #528DC1;
 }
 .TagClassName
 {
   border-color: #528DC1;
 }
</style>