Shades of Danube #5F88CE
Tints of Danube #5F88CE
RGB
CMYK
RGB Variations
Color information
#5F88CE (or 0x5F88CE) is known color: Danube. HEX triplet: 5F, 88 and CE. RGB value is (95,136,206). Sum of RGB (Red+Green+Blue) = 95+136+206=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F88CE is #A07731. Grayscale: #838383. Windows color (decimal): -10516274 or 13535327. OLE color: 13535327.
HSL color Cylindrical-coordinate representation of color #5F88CE: hue angle of 217.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F88CE is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 136 | 206 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.19 |
| HSL | 217.84º | 0.53% | 0.59% | - |
| HSV(B) | 217.84º | 0.54% | 0.81% | - |
| XYZ | 24.66 | 24.5 | 61.82 | - |
| YUV | 131.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 206 | 0.54 | 0.34 | 0 | 0.19 | 217.84 | 0.53 | 0.59 |
| Hex | 5F | 88 | CE | 36 | 22 | 0 | 13 | DA | 35 | 3B |
| Octal | 137 | 210 | 316 | 66 | 42 | 0 | 23 | 332 | 65 | 73 |
| Binary | 1011111 | 10001000 | 11001110 | 110110 | 100010 | 0 | 10011 | 11011010 | 110101 | 111011 |
Color Harmonies of #5F88CE
Complementary color
Monochromatic Colors of #5F88CE
Black with #5F88CE
Text Example
Text Example
White with #5F88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F88CE; }
p { color: rgb(95,136,206); }
H1.HeaderClassName
{
color: #5F88CE;
}
.AnyTagClassName
{
color: #5F88CE;
}
</style>
background-color css
<style>
a { background-color: #5F88CE; }
a { background-color: rgb(95,136,206); }
div.DivClassName
{
background-color: #5F88CE;
}
.BgClassName
{
background-color: #5F88CE;
}
</style>
border-color css
<style>
span { border-color: #5F88CE; }
span { border-color: rgb(95,136,206); }
td.TdClassName
{
border-color: #5F88CE;
}
.TagClassName
{
border-color: #5F88CE;
}
</style>