Shades of Danube #528DBD
Tints of Danube #528DBD
RGB
CMYK
RGB Variations
Color information
#528DBD (or 0x528DBD) is known color: Danube. HEX triplet: 52, 8D and BD. RGB value is (82,141,189). Sum of RGB (Red+Green+Blue) = 82+141+189=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #528DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DBD is #AD7242. Grayscale: #808080. Windows color (decimal): -11366979 or 12422482. OLE color: 12422482.
HSL color Cylindrical-coordinate representation of color #528DBD: hue angle of 206.92º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528DBD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 141 | 189 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.26 |
| HSL | 206.92º | 0.45% | 0.53% | - |
| HSV(B) | 206.92º | 0.57% | 0.74% | - |
| XYZ | 22.19 | 24.52 | 51.71 | - |
| YUV | 128.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 189 | 0.57 | 0.25 | 0 | 0.26 | 206.92 | 0.45 | 0.53 |
| Hex | 52 | 8D | BD | 39 | 19 | 0 | 1A | CF | 2D | 35 |
| Octal | 122 | 215 | 275 | 71 | 31 | 0 | 32 | 317 | 55 | 65 |
| Binary | 1010010 | 10001101 | 10111101 | 111001 | 11001 | 0 | 11010 | 11001111 | 101101 | 110101 |
Color Harmonies of #528DBD
Complementary color
Monochromatic Colors of #528DBD
Black with #528DBD
Text Example
Text Example
White with #528DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DBD; }
p { color: rgb(82,141,189); }
H1.HeaderClassName
{
color: #528DBD;
}
.AnyTagClassName
{
color: #528DBD;
}
</style>
background-color css
<style>
a { background-color: #528DBD; }
a { background-color: rgb(82,141,189); }
div.DivClassName
{
background-color: #528DBD;
}
.BgClassName
{
background-color: #528DBD;
}
</style>
border-color css
<style>
span { border-color: #528DBD; }
span { border-color: rgb(82,141,189); }
td.TdClassName
{
border-color: #528DBD;
}
.TagClassName
{
border-color: #528DBD;
}
</style>