Shades of Danube #5F8EBD
Tints of Danube #5F8EBD
RGB
CMYK
RGB Variations
Color information
#5F8EBD (or 0x5F8EBD) is known color: Danube. HEX triplet: 5F, 8E and BD. RGB value is (95,142,189). Sum of RGB (Red+Green+Blue) = 95+142+189=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F8EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EBD is #A07142. Grayscale: #858585. Windows color (decimal): -10514755 or 12422751. OLE color: 12422751.
HSL color Cylindrical-coordinate representation of color #5F8EBD: hue angle of 210º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F8EBD is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 142 | 189 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.26 |
| HSL | 210º | 0.42% | 0.56% | - |
| HSV(B) | 210º | 0.5% | 0.74% | - |
| XYZ | 23.58 | 25.45 | 51.81 | - |
| YUV | 133.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 189 | 0.50 | 0.25 | 0 | 0.26 | 210 | 0.42 | 0.56 |
| Hex | 5F | 8E | BD | 32 | 19 | 0 | 1A | D2 | 2A | 38 |
| Octal | 137 | 216 | 275 | 62 | 31 | 0 | 32 | 322 | 52 | 70 |
| Binary | 1011111 | 10001110 | 10111101 | 110010 | 11001 | 0 | 11010 | 11010010 | 101010 | 111000 |
Color Harmonies of #5F8EBD
Complementary color
Monochromatic Colors of #5F8EBD
Black with #5F8EBD
Text Example
Text Example
White with #5F8EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8EBD; }
p { color: rgb(95,142,189); }
H1.HeaderClassName
{
color: #5F8EBD;
}
.AnyTagClassName
{
color: #5F8EBD;
}
</style>
background-color css
<style>
a { background-color: #5F8EBD; }
a { background-color: rgb(95,142,189); }
div.DivClassName
{
background-color: #5F8EBD;
}
.BgClassName
{
background-color: #5F8EBD;
}
</style>
border-color css
<style>
span { border-color: #5F8EBD; }
span { border-color: rgb(95,142,189); }
td.TdClassName
{
border-color: #5F8EBD;
}
.TagClassName
{
border-color: #5F8EBD;
}
</style>