Shades of Danube #528DBE
Tints of Danube #528DBE
RGB
CMYK
RGB Variations
Color information
#528DBE (or 0x528DBE) is known color: Danube. HEX triplet: 52, 8D and BE. RGB value is (82,141,190). Sum of RGB (Red+Green+Blue) = 82+141+190=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #528DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DBE is #AD7241. Grayscale: #808080. Windows color (decimal): -11366978 or 12488018. OLE color: 12488018.
HSL color Cylindrical-coordinate representation of color #528DBE: hue angle of 207.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528DBE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 141 | 190 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.25 |
| HSL | 207.22º | 0.45% | 0.53% | - |
| HSV(B) | 207.22º | 0.57% | 0.75% | - |
| XYZ | 22.3 | 24.56 | 52.28 | - |
| YUV | 128.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 190 | 0.57 | 0.26 | 0 | 0.25 | 207.22 | 0.45 | 0.53 |
| Hex | 52 | 8D | BE | 39 | 1A | 0 | 19 | CF | 2D | 35 |
| Octal | 122 | 215 | 276 | 71 | 32 | 0 | 31 | 317 | 55 | 65 |
| Binary | 1010010 | 10001101 | 10111110 | 111001 | 11010 | 0 | 11001 | 11001111 | 101101 | 110101 |
Color Harmonies of #528DBE
Complementary color
Monochromatic Colors of #528DBE
Black with #528DBE
Text Example
Text Example
White with #528DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DBE; }
p { color: rgb(82,141,190); }
H1.HeaderClassName
{
color: #528DBE;
}
.AnyTagClassName
{
color: #528DBE;
}
</style>
background-color css
<style>
a { background-color: #528DBE; }
a { background-color: rgb(82,141,190); }
div.DivClassName
{
background-color: #528DBE;
}
.BgClassName
{
background-color: #528DBE;
}
</style>
border-color css
<style>
span { border-color: #528DBE; }
span { border-color: rgb(82,141,190); }
td.TdClassName
{
border-color: #528DBE;
}
.TagClassName
{
border-color: #528DBE;
}
</style>