Shades of Danube #5888BC
Tints of Danube #5888BC
RGB
CMYK
RGB Variations
Color information
#5888BC (or 0x5888BC) is known color: Danube. HEX triplet: 58, 88 and BC. RGB value is (88,136,188). Sum of RGB (Red+Green+Blue) = 88+136+188=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #5888BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5888BC is #A77743. Grayscale: #7F7F7F. Windows color (decimal): -10975044 or 12355672. OLE color: 12355672.
HSL color Cylindrical-coordinate representation of color #5888BC: hue angle of 211.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5888BC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 136 | 188 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.26 |
| HSL | 211.2º | 0.43% | 0.54% | - |
| HSV(B) | 211.2º | 0.53% | 0.74% | - |
| XYZ | 21.91 | 23.31 | 50.92 | - |
| YUV | 127.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 188 | 0.53 | 0.28 | 0 | 0.26 | 211.2 | 0.43 | 0.54 |
| Hex | 58 | 88 | BC | 35 | 1C | 0 | 1A | D3 | 2B | 36 |
| Octal | 130 | 210 | 274 | 65 | 34 | 0 | 32 | 323 | 53 | 66 |
| Binary | 1011000 | 10001000 | 10111100 | 110101 | 11100 | 0 | 11010 | 11010011 | 101011 | 110110 |
Color Harmonies of #5888BC
Complementary color
Monochromatic Colors of #5888BC
Black with #5888BC
Text Example
Text Example
White with #5888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5888BC; }
p { color: rgb(88,136,188); }
H1.HeaderClassName
{
color: #5888BC;
}
.AnyTagClassName
{
color: #5888BC;
}
</style>
background-color css
<style>
a { background-color: #5888BC; }
a { background-color: rgb(88,136,188); }
div.DivClassName
{
background-color: #5888BC;
}
.BgClassName
{
background-color: #5888BC;
}
</style>
border-color css
<style>
span { border-color: #5888BC; }
span { border-color: rgb(88,136,188); }
td.TdClassName
{
border-color: #5888BC;
}
.TagClassName
{
border-color: #5888BC;
}
</style>