Shades of Danube #5F8FC8
Tints of Danube #5F8FC8
RGB
CMYK
RGB Variations
Color information
#5F8FC8 (or 0x5F8FC8) is known color: Danube. HEX triplet: 5F, 8F and C8. RGB value is (95,143,200). Sum of RGB (Red+Green+Blue) = 95+143+200=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F8FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FC8 is #A07037. Grayscale: #868686. Windows color (decimal): -10514488 or 13143903. OLE color: 13143903.
HSL color Cylindrical-coordinate representation of color #5F8FC8: hue angle of 212.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F8FC8 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 143 | 200 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.22 |
| HSL | 212.57º | 0.49% | 0.58% | - |
| HSV(B) | 212.57º | 0.53% | 0.78% | - |
| XYZ | 24.97 | 26.25 | 58.39 | - |
| YUV | 135.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 200 | 0.52 | 0.28 | 0 | 0.22 | 212.57 | 0.49 | 0.58 |
| Hex | 5F | 8F | C8 | 34 | 1C | 0 | 16 | D5 | 31 | 3A |
| Octal | 137 | 217 | 310 | 64 | 34 | 0 | 26 | 325 | 61 | 72 |
| Binary | 1011111 | 10001111 | 11001000 | 110100 | 11100 | 0 | 10110 | 11010101 | 110001 | 111010 |
Color Harmonies of #5F8FC8
Complementary color
Monochromatic Colors of #5F8FC8
Black with #5F8FC8
Text Example
Text Example
White with #5F8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FC8; }
p { color: rgb(95,143,200); }
H1.HeaderClassName
{
color: #5F8FC8;
}
.AnyTagClassName
{
color: #5F8FC8;
}
</style>
background-color css
<style>
a { background-color: #5F8FC8; }
a { background-color: rgb(95,143,200); }
div.DivClassName
{
background-color: #5F8FC8;
}
.BgClassName
{
background-color: #5F8FC8;
}
</style>
border-color css
<style>
span { border-color: #5F8FC8; }
span { border-color: rgb(95,143,200); }
td.TdClassName
{
border-color: #5F8FC8;
}
.TagClassName
{
border-color: #5F8FC8;
}
</style>