Shades of Danube #5F8FCE
Tints of Danube #5F8FCE
RGB
CMYK
RGB Variations
Color information
#5F8FCE (or 0x5F8FCE) is known color: Danube. HEX triplet: 5F, 8F and CE. RGB value is (95,143,206). Sum of RGB (Red+Green+Blue) = 95+143+206=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FCE is #A07031. Grayscale: #878787. Windows color (decimal): -10514482 or 13537119. OLE color: 13537119.
HSL color Cylindrical-coordinate representation of color #5F8FCE: hue angle of 214.05º 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 #5F8FCE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 143 | 206 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.19 |
| HSL | 214.05º | 0.53% | 0.59% | - |
| HSV(B) | 214.05º | 0.54% | 0.81% | - |
| XYZ | 25.68 | 26.53 | 62.16 | - |
| YUV | 135.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 206 | 0.54 | 0.31 | 0 | 0.19 | 214.05 | 0.53 | 0.59 |
| Hex | 5F | 8F | CE | 36 | 1F | 0 | 13 | D6 | 35 | 3B |
| Octal | 137 | 217 | 316 | 66 | 37 | 0 | 23 | 326 | 65 | 73 |
| Binary | 1011111 | 10001111 | 11001110 | 110110 | 11111 | 0 | 10011 | 11010110 | 110101 | 111011 |
Color Harmonies of #5F8FCE
Complementary color
Monochromatic Colors of #5F8FCE
Black with #5F8FCE
Text Example
Text Example
White with #5F8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FCE; }
p { color: rgb(95,143,206); }
H1.HeaderClassName
{
color: #5F8FCE;
}
.AnyTagClassName
{
color: #5F8FCE;
}
</style>
background-color css
<style>
a { background-color: #5F8FCE; }
a { background-color: rgb(95,143,206); }
div.DivClassName
{
background-color: #5F8FCE;
}
.BgClassName
{
background-color: #5F8FCE;
}
</style>
border-color css
<style>
span { border-color: #5F8FCE; }
span { border-color: rgb(95,143,206); }
td.TdClassName
{
border-color: #5F8FCE;
}
.TagClassName
{
border-color: #5F8FCE;
}
</style>