Shades of Danube #528DCB
Tints of Danube #528DCB
RGB
CMYK
RGB Variations
Color information
#528DCB (or 0x528DCB) is known color: Danube. HEX triplet: 52, 8D and CB. RGB value is (82,141,203). Sum of RGB (Red+Green+Blue) = 82+141+203=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #528DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DCB is #AD7234. Grayscale: #828282. Windows color (decimal): -11366965 or 13339986. OLE color: 13339986.
HSL color Cylindrical-coordinate representation of color #528DCB: hue angle of 210.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528DCB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 141 | 203 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.20 |
| HSL | 210.74º | 0.54% | 0.56% | - |
| HSV(B) | 210.74º | 0.6% | 0.8% | - |
| XYZ | 23.78 | 25.16 | 60.1 | - |
| YUV | 130.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 203 | 0.60 | 0.31 | 0 | 0.20 | 210.74 | 0.54 | 0.56 |
| Hex | 52 | 8D | CB | 3C | 1F | 0 | 14 | D3 | 36 | 38 |
| Octal | 122 | 215 | 313 | 74 | 37 | 0 | 24 | 323 | 66 | 70 |
| Binary | 1010010 | 10001101 | 11001011 | 111100 | 11111 | 0 | 10100 | 11010011 | 110110 | 111000 |
Color Harmonies of #528DCB
Complementary color
Monochromatic Colors of #528DCB
Black with #528DCB
Text Example
Text Example
White with #528DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DCB; }
p { color: rgb(82,141,203); }
H1.HeaderClassName
{
color: #528DCB;
}
.AnyTagClassName
{
color: #528DCB;
}
</style>
background-color css
<style>
a { background-color: #528DCB; }
a { background-color: rgb(82,141,203); }
div.DivClassName
{
background-color: #528DCB;
}
.BgClassName
{
background-color: #528DCB;
}
</style>
border-color css
<style>
span { border-color: #528DCB; }
span { border-color: rgb(82,141,203); }
td.TdClassName
{
border-color: #528DCB;
}
.TagClassName
{
border-color: #528DCB;
}
</style>