Shades of Danube #528CB8
Tints of Danube #528CB8
RGB
CMYK
RGB Variations
Color information
#528CB8 (or 0x528CB8) is known color: Danube. HEX triplet: 52, 8C and B8. RGB value is (82,140,184). Sum of RGB (Red+Green+Blue) = 82+140+184=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #528CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CB8 is #AD7347. Grayscale: #7F7F7F. Windows color (decimal): -11367240 or 12094546. OLE color: 12094546.
HSL color Cylindrical-coordinate representation of color #528CB8: hue angle of 205.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #528CB8 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 140 | 184 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.28 |
| HSL | 205.88º | 0.42% | 0.52% | - |
| HSV(B) | 205.88º | 0.55% | 0.72% | - |
| XYZ | 21.51 | 24.01 | 48.85 | - |
| YUV | 127.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 184 | 0.55 | 0.24 | 0 | 0.28 | 205.88 | 0.42 | 0.52 |
| Hex | 52 | 8C | B8 | 37 | 18 | 0 | 1C | CE | 2A | 34 |
| Octal | 122 | 214 | 270 | 67 | 30 | 0 | 34 | 316 | 52 | 64 |
| Binary | 1010010 | 10001100 | 10111000 | 110111 | 11000 | 0 | 11100 | 11001110 | 101010 | 110100 |
Color Harmonies of #528CB8
Complementary color
Monochromatic Colors of #528CB8
Black with #528CB8
Text Example
Text Example
White with #528CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CB8; }
p { color: rgb(82,140,184); }
H1.HeaderClassName
{
color: #528CB8;
}
.AnyTagClassName
{
color: #528CB8;
}
</style>
background-color css
<style>
a { background-color: #528CB8; }
a { background-color: rgb(82,140,184); }
div.DivClassName
{
background-color: #528CB8;
}
.BgClassName
{
background-color: #528CB8;
}
</style>
border-color css
<style>
span { border-color: #528CB8; }
span { border-color: rgb(82,140,184); }
td.TdClassName
{
border-color: #528CB8;
}
.TagClassName
{
border-color: #528CB8;
}
</style>