Shades of Danube #528CBF
Tints of Danube #528CBF
RGB
CMYK
RGB Variations
Color information
#528CBF (or 0x528CBF) is known color: Danube. HEX triplet: 52, 8C and BF. RGB value is (82,140,191). Sum of RGB (Red+Green+Blue) = 82+140+191=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #528CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBF is #AD7340. Grayscale: #808080. Windows color (decimal): -11367233 or 12553298. OLE color: 12553298.
HSL color Cylindrical-coordinate representation of color #528CBF: hue angle of 208.07º degrees, saturation: 0.46, 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 #528CBF is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 140 | 191 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.25 |
| HSL | 208.07º | 0.46% | 0.54% | - |
| HSV(B) | 208.07º | 0.57% | 0.75% | - |
| XYZ | 22.26 | 24.31 | 52.81 | - |
| YUV | 128.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 191 | 0.57 | 0.27 | 0 | 0.25 | 208.07 | 0.46 | 0.54 |
| Hex | 52 | 8C | BF | 39 | 1B | 0 | 19 | D0 | 2E | 36 |
| Octal | 122 | 214 | 277 | 71 | 33 | 0 | 31 | 320 | 56 | 66 |
| Binary | 1010010 | 10001100 | 10111111 | 111001 | 11011 | 0 | 11001 | 11010000 | 101110 | 110110 |
Color Harmonies of #528CBF
Complementary color
Monochromatic Colors of #528CBF
Black with #528CBF
Text Example
Text Example
White with #528CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CBF; }
p { color: rgb(82,140,191); }
H1.HeaderClassName
{
color: #528CBF;
}
.AnyTagClassName
{
color: #528CBF;
}
</style>
background-color css
<style>
a { background-color: #528CBF; }
a { background-color: rgb(82,140,191); }
div.DivClassName
{
background-color: #528CBF;
}
.BgClassName
{
background-color: #528CBF;
}
</style>
border-color css
<style>
span { border-color: #528CBF; }
span { border-color: rgb(82,140,191); }
td.TdClassName
{
border-color: #528CBF;
}
.TagClassName
{
border-color: #528CBF;
}
</style>