Shades of Danube #528FBF
Tints of Danube #528FBF
RGB
CMYK
RGB Variations
Color information
#528FBF (or 0x528FBF) is known color: Danube. HEX triplet: 52, 8F and BF. RGB value is (82,143,191). Sum of RGB (Red+Green+Blue) = 82+143+191=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #528FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FBF is #AD7040. Grayscale: #818181. Windows color (decimal): -11366465 or 12554066. OLE color: 12554066.
HSL color Cylindrical-coordinate representation of color #528FBF: hue angle of 206.42º 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 #528FBF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 143 | 191 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.25 |
| HSL | 206.42º | 0.46% | 0.54% | - |
| HSV(B) | 206.42º | 0.57% | 0.75% | - |
| XYZ | 22.71 | 25.2 | 52.96 | - |
| YUV | 130.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 191 | 0.57 | 0.25 | 0 | 0.25 | 206.42 | 0.46 | 0.54 |
| Hex | 52 | 8F | BF | 39 | 19 | 0 | 19 | CE | 2E | 36 |
| Octal | 122 | 217 | 277 | 71 | 31 | 0 | 31 | 316 | 56 | 66 |
| Binary | 1010010 | 10001111 | 10111111 | 111001 | 11001 | 0 | 11001 | 11001110 | 101110 | 110110 |
Color Harmonies of #528FBF
Complementary color
Monochromatic Colors of #528FBF
Black with #528FBF
Text Example
Text Example
White with #528FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FBF; }
p { color: rgb(82,143,191); }
H1.HeaderClassName
{
color: #528FBF;
}
.AnyTagClassName
{
color: #528FBF;
}
</style>
background-color css
<style>
a { background-color: #528FBF; }
a { background-color: rgb(82,143,191); }
div.DivClassName
{
background-color: #528FBF;
}
.BgClassName
{
background-color: #528FBF;
}
</style>
border-color css
<style>
span { border-color: #528FBF; }
span { border-color: rgb(82,143,191); }
td.TdClassName
{
border-color: #528FBF;
}
.TagClassName
{
border-color: #528FBF;
}
</style>