Shades of Danube #528EC8
Tints of Danube #528EC8
RGB
CMYK
RGB Variations
Color information
#528EC8 (or 0x528EC8) is known color: Danube. HEX triplet: 52, 8E and C8. RGB value is (82,142,200). Sum of RGB (Red+Green+Blue) = 82+142+200=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #528EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EC8 is #AD7137. Grayscale: #828282. Windows color (decimal): -11366712 or 13143634. OLE color: 13143634.
HSL color Cylindrical-coordinate representation of color #528EC8: hue angle of 209.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528EC8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 142 | 200 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.22 |
| HSL | 209.49º | 0.52% | 0.55% | - |
| HSV(B) | 209.49º | 0.59% | 0.78% | - |
| XYZ | 23.58 | 25.31 | 58.29 | - |
| YUV | 130.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 200 | 0.59 | 0.29 | 0 | 0.22 | 209.49 | 0.52 | 0.55 |
| Hex | 52 | 8E | C8 | 3B | 1D | 0 | 16 | D1 | 34 | 37 |
| Octal | 122 | 216 | 310 | 73 | 35 | 0 | 26 | 321 | 64 | 67 |
| Binary | 1010010 | 10001110 | 11001000 | 111011 | 11101 | 0 | 10110 | 11010001 | 110100 | 110111 |
Color Harmonies of #528EC8
Complementary color
Monochromatic Colors of #528EC8
Black with #528EC8
Text Example
Text Example
White with #528EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EC8; }
p { color: rgb(82,142,200); }
H1.HeaderClassName
{
color: #528EC8;
}
.AnyTagClassName
{
color: #528EC8;
}
</style>
background-color css
<style>
a { background-color: #528EC8; }
a { background-color: rgb(82,142,200); }
div.DivClassName
{
background-color: #528EC8;
}
.BgClassName
{
background-color: #528EC8;
}
</style>
border-color css
<style>
span { border-color: #528EC8; }
span { border-color: rgb(82,142,200); }
td.TdClassName
{
border-color: #528EC8;
}
.TagClassName
{
border-color: #528EC8;
}
</style>