Shades of Danube #5F8EC3
Tints of Danube #5F8EC3
RGB
CMYK
RGB Variations
Color information
#5F8EC3 (or 0x5F8EC3) is known color: Danube. HEX triplet: 5F, 8E and C3. RGB value is (95,142,195). Sum of RGB (Red+Green+Blue) = 95+142+195=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #5F8EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EC3 is #A0713C. Grayscale: #858585. Windows color (decimal): -10514749 or 12815967. OLE color: 12815967.
HSL color Cylindrical-coordinate representation of color #5F8EC3: hue angle of 211.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F8EC3 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 142 | 195 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.24 |
| HSL | 211.8º | 0.45% | 0.57% | - |
| HSV(B) | 211.8º | 0.51% | 0.76% | - |
| XYZ | 24.24 | 25.72 | 55.32 | - |
| YUV | 133.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 195 | 0.51 | 0.27 | 0 | 0.24 | 211.8 | 0.45 | 0.57 |
| Hex | 5F | 8E | C3 | 33 | 1B | 0 | 18 | D4 | 2D | 39 |
| Octal | 137 | 216 | 303 | 63 | 33 | 0 | 30 | 324 | 55 | 71 |
| Binary | 1011111 | 10001110 | 11000011 | 110011 | 11011 | 0 | 11000 | 11010100 | 101101 | 111001 |
Color Harmonies of #5F8EC3
Complementary color
Monochromatic Colors of #5F8EC3
Black with #5F8EC3
Text Example
Text Example
White with #5F8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8EC3; }
p { color: rgb(95,142,195); }
H1.HeaderClassName
{
color: #5F8EC3;
}
.AnyTagClassName
{
color: #5F8EC3;
}
</style>
background-color css
<style>
a { background-color: #5F8EC3; }
a { background-color: rgb(95,142,195); }
div.DivClassName
{
background-color: #5F8EC3;
}
.BgClassName
{
background-color: #5F8EC3;
}
</style>
border-color css
<style>
span { border-color: #5F8EC3; }
span { border-color: rgb(95,142,195); }
td.TdClassName
{
border-color: #5F8EC3;
}
.TagClassName
{
border-color: #5F8EC3;
}
</style>