Shades of Danube #5F8DCE
Tints of Danube #5F8DCE
RGB
CMYK
RGB Variations
Color information
#5F8DCE (or 0x5F8DCE) is known color: Danube. HEX triplet: 5F, 8D and CE. RGB value is (95,141,206). Sum of RGB (Red+Green+Blue) = 95+141+206=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8DCE is #A07231. Grayscale: #868686. Windows color (decimal): -10514994 or 13536607. OLE color: 13536607.
HSL color Cylindrical-coordinate representation of color #5F8DCE: hue angle of 215.14º 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 #5F8DCE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 141 | 206 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.19 |
| HSL | 215.14º | 0.53% | 0.59% | - |
| HSV(B) | 215.14º | 0.54% | 0.81% | - |
| XYZ | 25.38 | 25.94 | 62.06 | - |
| YUV | 134.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 206 | 0.54 | 0.32 | 0 | 0.19 | 215.14 | 0.53 | 0.59 |
| Hex | 5F | 8D | CE | 36 | 20 | 0 | 13 | D7 | 35 | 3B |
| Octal | 137 | 215 | 316 | 66 | 40 | 0 | 23 | 327 | 65 | 73 |
| Binary | 1011111 | 10001101 | 11001110 | 110110 | 100000 | 0 | 10011 | 11010111 | 110101 | 111011 |
Color Harmonies of #5F8DCE
Complementary color
Monochromatic Colors of #5F8DCE
Black with #5F8DCE
Text Example
Text Example
White with #5F8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8DCE; }
p { color: rgb(95,141,206); }
H1.HeaderClassName
{
color: #5F8DCE;
}
.AnyTagClassName
{
color: #5F8DCE;
}
</style>
background-color css
<style>
a { background-color: #5F8DCE; }
a { background-color: rgb(95,141,206); }
div.DivClassName
{
background-color: #5F8DCE;
}
.BgClassName
{
background-color: #5F8DCE;
}
</style>
border-color css
<style>
span { border-color: #5F8DCE; }
span { border-color: rgb(95,141,206); }
td.TdClassName
{
border-color: #5F8DCE;
}
.TagClassName
{
border-color: #5F8DCE;
}
</style>