Shades of Danube #5788BA
Tints of Danube #5788BA
RGB
CMYK
RGB Variations
Color information
#5788BA (or 0x5788BA) is known color: Danube. HEX triplet: 57, 88 and BA. RGB value is (87,136,186). Sum of RGB (Red+Green+Blue) = 87+136+186=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #5788BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5788BA is #A87745. Grayscale: #7E7E7E. Windows color (decimal): -11040582 or 12224599. OLE color: 12224599.
HSL color Cylindrical-coordinate representation of color #5788BA: hue angle of 210.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5788BA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 136 | 186 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.27 |
| HSL | 210.3º | 0.42% | 0.54% | - |
| HSV(B) | 210.3º | 0.53% | 0.73% | - |
| XYZ | 21.6 | 23.18 | 49.79 | - |
| YUV | 127.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 186 | 0.53 | 0.27 | 0 | 0.27 | 210.3 | 0.42 | 0.54 |
| Hex | 57 | 88 | BA | 35 | 1B | 0 | 1B | D2 | 2A | 36 |
| Octal | 127 | 210 | 272 | 65 | 33 | 0 | 33 | 322 | 52 | 66 |
| Binary | 1010111 | 10001000 | 10111010 | 110101 | 11011 | 0 | 11011 | 11010010 | 101010 | 110110 |
Color Harmonies of #5788BA
Complementary color
Monochromatic Colors of #5788BA
Black with #5788BA
Text Example
Text Example
White with #5788BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5788BA; }
p { color: rgb(87,136,186); }
H1.HeaderClassName
{
color: #5788BA;
}
.AnyTagClassName
{
color: #5788BA;
}
</style>
background-color css
<style>
a { background-color: #5788BA; }
a { background-color: rgb(87,136,186); }
div.DivClassName
{
background-color: #5788BA;
}
.BgClassName
{
background-color: #5788BA;
}
</style>
border-color css
<style>
span { border-color: #5788BA; }
span { border-color: rgb(87,136,186); }
td.TdClassName
{
border-color: #5788BA;
}
.TagClassName
{
border-color: #5788BA;
}
</style>