Shades of Danube #5288BB
Tints of Danube #5288BB
RGB
CMYK
RGB Variations
Color information
#5288BB (or 0x5288BB) is known color: Danube. HEX triplet: 52, 88 and BB. RGB value is (82,136,187). Sum of RGB (Red+Green+Blue) = 82+136+187=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #5288BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288BB is #AD7744. Grayscale: #7D7D7D. Windows color (decimal): -11368261 or 12290130. OLE color: 12290130.
HSL color Cylindrical-coordinate representation of color #5288BB: hue angle of 209.14º 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 #5288BB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 136 | 187 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.27 |
| HSL | 209.14º | 0.44% | 0.53% | - |
| HSV(B) | 209.14º | 0.56% | 0.73% | - |
| XYZ | 21.25 | 22.99 | 50.33 | - |
| YUV | 125.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 187 | 0.56 | 0.27 | 0 | 0.27 | 209.14 | 0.44 | 0.53 |
| Hex | 52 | 88 | BB | 38 | 1B | 0 | 1B | D1 | 2C | 35 |
| Octal | 122 | 210 | 273 | 70 | 33 | 0 | 33 | 321 | 54 | 65 |
| Binary | 1010010 | 10001000 | 10111011 | 111000 | 11011 | 0 | 11011 | 11010001 | 101100 | 110101 |
Color Harmonies of #5288BB
Complementary color
Monochromatic Colors of #5288BB
Black with #5288BB
Text Example
Text Example
White with #5288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5288BB; }
p { color: rgb(82,136,187); }
H1.HeaderClassName
{
color: #5288BB;
}
.AnyTagClassName
{
color: #5288BB;
}
</style>
background-color css
<style>
a { background-color: #5288BB; }
a { background-color: rgb(82,136,187); }
div.DivClassName
{
background-color: #5288BB;
}
.BgClassName
{
background-color: #5288BB;
}
</style>
border-color css
<style>
span { border-color: #5288BB; }
span { border-color: rgb(82,136,187); }
td.TdClassName
{
border-color: #5288BB;
}
.TagClassName
{
border-color: #5288BB;
}
</style>