Shades of Danube #528EBC
Tints of Danube #528EBC
RGB
CMYK
RGB Variations
Color information
#528EBC (or 0x528EBC) is known color: Danube. HEX triplet: 52, 8E and BC. RGB value is (82,142,188). Sum of RGB (Red+Green+Blue) = 82+142+188=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #528EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EBC is #AD7143. Grayscale: #818181. Windows color (decimal): -11366724 or 12357202. OLE color: 12357202.
HSL color Cylindrical-coordinate representation of color #528EBC: hue angle of 206.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528EBC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 142 | 188 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.26 |
| HSL | 206.04º | 0.44% | 0.53% | - |
| HSV(B) | 206.04º | 0.56% | 0.74% | - |
| XYZ | 22.23 | 24.77 | 51.19 | - |
| YUV | 129.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 188 | 0.56 | 0.24 | 0 | 0.26 | 206.04 | 0.44 | 0.53 |
| Hex | 52 | 8E | BC | 38 | 18 | 0 | 1A | CE | 2C | 35 |
| Octal | 122 | 216 | 274 | 70 | 30 | 0 | 32 | 316 | 54 | 65 |
| Binary | 1010010 | 10001110 | 10111100 | 111000 | 11000 | 0 | 11010 | 11001110 | 101100 | 110101 |
Color Harmonies of #528EBC
Complementary color
Monochromatic Colors of #528EBC
Black with #528EBC
Text Example
Text Example
White with #528EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EBC; }
p { color: rgb(82,142,188); }
H1.HeaderClassName
{
color: #528EBC;
}
.AnyTagClassName
{
color: #528EBC;
}
</style>
background-color css
<style>
a { background-color: #528EBC; }
a { background-color: rgb(82,142,188); }
div.DivClassName
{
background-color: #528EBC;
}
.BgClassName
{
background-color: #528EBC;
}
</style>
border-color css
<style>
span { border-color: #528EBC; }
span { border-color: rgb(82,142,188); }
td.TdClassName
{
border-color: #528EBC;
}
.TagClassName
{
border-color: #528EBC;
}
</style>