Shades of Danube #5F8FBA
Tints of Danube #5F8FBA
RGB
CMYK
RGB Variations
Color information
#5F8FBA (or 0x5F8FBA) is known color: Danube. HEX triplet: 5F, 8F and BA. RGB value is (95,143,186). Sum of RGB (Red+Green+Blue) = 95+143+186=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FBA is #A07045. Grayscale: #858585. Windows color (decimal): -10514502 or 12226399. OLE color: 12226399.
HSL color Cylindrical-coordinate representation of color #5F8FBA: hue angle of 208.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F8FBA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 143 | 186 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.27 |
| HSL | 208.35º | 0.4% | 0.55% | - |
| HSV(B) | 208.35º | 0.49% | 0.73% | - |
| XYZ | 23.4 | 25.62 | 50.17 | - |
| YUV | 133.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 186 | 0.49 | 0.23 | 0 | 0.27 | 208.35 | 0.4 | 0.55 |
| Hex | 5F | 8F | BA | 31 | 17 | 0 | 1B | D0 | 28 | 37 |
| Octal | 137 | 217 | 272 | 61 | 27 | 0 | 33 | 320 | 50 | 67 |
| Binary | 1011111 | 10001111 | 10111010 | 110001 | 10111 | 0 | 11011 | 11010000 | 101000 | 110111 |
Color Harmonies of #5F8FBA
Complementary color
Monochromatic Colors of #5F8FBA
Black with #5F8FBA
Text Example
Text Example
White with #5F8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FBA; }
p { color: rgb(95,143,186); }
H1.HeaderClassName
{
color: #5F8FBA;
}
.AnyTagClassName
{
color: #5F8FBA;
}
</style>
background-color css
<style>
a { background-color: #5F8FBA; }
a { background-color: rgb(95,143,186); }
div.DivClassName
{
background-color: #5F8FBA;
}
.BgClassName
{
background-color: #5F8FBA;
}
</style>
border-color css
<style>
span { border-color: #5F8FBA; }
span { border-color: rgb(95,143,186); }
td.TdClassName
{
border-color: #5F8FBA;
}
.TagClassName
{
border-color: #5F8FBA;
}
</style>