Shades of Danube #528ABB
Tints of Danube #528ABB
RGB
CMYK
RGB Variations
Color information
#528ABB (or 0x528ABB) is known color: Danube. HEX triplet: 52, 8A and BB. RGB value is (82,138,187). Sum of RGB (Red+Green+Blue) = 82+138+187=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #528ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ABB is #AD7544. Grayscale: #7E7E7E. Windows color (decimal): -11367749 or 12290642. OLE color: 12290642.
HSL color Cylindrical-coordinate representation of color #528ABB: hue angle of 208º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528ABB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 138 | 187 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.27 |
| HSL | 208º | 0.44% | 0.53% | - |
| HSV(B) | 208º | 0.56% | 0.73% | - |
| XYZ | 21.54 | 23.56 | 50.43 | - |
| YUV | 126.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 187 | 0.56 | 0.26 | 0 | 0.27 | 208 | 0.44 | 0.53 |
| Hex | 52 | 8A | BB | 38 | 1A | 0 | 1B | D0 | 2C | 35 |
| Octal | 122 | 212 | 273 | 70 | 32 | 0 | 33 | 320 | 54 | 65 |
| Binary | 1010010 | 10001010 | 10111011 | 111000 | 11010 | 0 | 11011 | 11010000 | 101100 | 110101 |
Color Harmonies of #528ABB
Complementary color
Monochromatic Colors of #528ABB
Black with #528ABB
Text Example
Text Example
White with #528ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528ABB; }
p { color: rgb(82,138,187); }
H1.HeaderClassName
{
color: #528ABB;
}
.AnyTagClassName
{
color: #528ABB;
}
</style>
background-color css
<style>
a { background-color: #528ABB; }
a { background-color: rgb(82,138,187); }
div.DivClassName
{
background-color: #528ABB;
}
.BgClassName
{
background-color: #528ABB;
}
</style>
border-color css
<style>
span { border-color: #528ABB; }
span { border-color: rgb(82,138,187); }
td.TdClassName
{
border-color: #528ABB;
}
.TagClassName
{
border-color: #528ABB;
}
</style>