Shades of Danube #528CC8
Tints of Danube #528CC8
RGB
CMYK
RGB Variations
Color information
#528CC8 (or 0x528CC8) is known color: Danube. HEX triplet: 52, 8C and C8. RGB value is (82,140,200). Sum of RGB (Red+Green+Blue) = 82+140+200=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #528CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CC8 is #AD7337. Grayscale: #818181. Windows color (decimal): -11367224 or 13143122. OLE color: 13143122.
HSL color Cylindrical-coordinate representation of color #528CC8: hue angle of 210.51º 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 #528CC8 is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 140 | 200 | - |
| CMYK | 0.59 | 0.3 | 0 | 0.22 |
| HSL | 210.51º | 0.52% | 0.55% | - |
| HSV(B) | 210.51º | 0.59% | 0.78% | - |
| XYZ | 23.28 | 24.72 | 58.19 | - |
| YUV | 129.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 200 | 0.59 | 0.3 | 0 | 0.22 | 210.51 | 0.52 | 0.55 |
| Hex | 52 | 8C | C8 | 3B | 1E | 0 | 16 | D3 | 34 | 37 |
| Octal | 122 | 214 | 310 | 73 | 36 | 0 | 26 | 323 | 64 | 67 |
| Binary | 1010010 | 10001100 | 11001000 | 111011 | 11110 | 0 | 10110 | 11010011 | 110100 | 110111 |
Color Harmonies of #528CC8
Complementary color
Monochromatic Colors of #528CC8
Black with #528CC8
Text Example
Text Example
White with #528CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CC8; }
p { color: rgb(82,140,200); }
H1.HeaderClassName
{
color: #528CC8;
}
.AnyTagClassName
{
color: #528CC8;
}
</style>
background-color css
<style>
a { background-color: #528CC8; }
a { background-color: rgb(82,140,200); }
div.DivClassName
{
background-color: #528CC8;
}
.BgClassName
{
background-color: #528CC8;
}
</style>
border-color css
<style>
span { border-color: #528CC8; }
span { border-color: rgb(82,140,200); }
td.TdClassName
{
border-color: #528CC8;
}
.TagClassName
{
border-color: #528CC8;
}
</style>