Shades of Danube #528AC0
Tints of Danube #528AC0
RGB
CMYK
RGB Variations
Color information
#528AC0 (or 0x528AC0) is known color: Danube. HEX triplet: 52, 8A and C0. RGB value is (82,138,192). Sum of RGB (Red+Green+Blue) = 82+138+192=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #528AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AC0 is #AD753F. Grayscale: #7F7F7F. Windows color (decimal): -11367744 or 12618322. OLE color: 12618322.
HSL color Cylindrical-coordinate representation of color #528AC0: hue angle of 209.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528AC0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 138 | 192 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.25 |
| HSL | 209.45º | 0.47% | 0.54% | - |
| HSV(B) | 209.45º | 0.57% | 0.75% | - |
| XYZ | 22.08 | 23.78 | 53.29 | - |
| YUV | 127.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 192 | 0.57 | 0.28 | 0 | 0.25 | 209.45 | 0.47 | 0.54 |
| Hex | 52 | 8A | C0 | 39 | 1C | 0 | 19 | D1 | 2F | 36 |
| Octal | 122 | 212 | 300 | 71 | 34 | 0 | 31 | 321 | 57 | 66 |
| Binary | 1010010 | 10001010 | 11000000 | 111001 | 11100 | 0 | 11001 | 11010001 | 101111 | 110110 |
Color Harmonies of #528AC0
Complementary color
Monochromatic Colors of #528AC0
Black with #528AC0
Text Example
Text Example
White with #528AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AC0; }
p { color: rgb(82,138,192); }
H1.HeaderClassName
{
color: #528AC0;
}
.AnyTagClassName
{
color: #528AC0;
}
</style>
background-color css
<style>
a { background-color: #528AC0; }
a { background-color: rgb(82,138,192); }
div.DivClassName
{
background-color: #528AC0;
}
.BgClassName
{
background-color: #528AC0;
}
</style>
border-color css
<style>
span { border-color: #528AC0; }
span { border-color: rgb(82,138,192); }
td.TdClassName
{
border-color: #528AC0;
}
.TagClassName
{
border-color: #528AC0;
}
</style>