Shades of Danube #5F89B5
Tints of Danube #5F89B5
RGB
CMYK
RGB Variations
Color information
#5F89B5 (or 0x5F89B5) is known color: Danube. HEX triplet: 5F, 89 and B5. RGB value is (95,137,181). Sum of RGB (Red+Green+Blue) = 95+137+181=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #5F89B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F89B5 is #A0764A. Grayscale: #818181. Windows color (decimal): -10516043 or 11897183. OLE color: 11897183.
HSL color Cylindrical-coordinate representation of color #5F89B5: hue angle of 210.7º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F89B5 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 137 | 181 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.29 |
| HSL | 210.7º | 0.37% | 0.54% | - |
| HSV(B) | 210.7º | 0.48% | 0.71% | - |
| XYZ | 22.01 | 23.66 | 47.12 | - |
| YUV | 129.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 181 | 0.48 | 0.24 | 0 | 0.29 | 210.7 | 0.37 | 0.54 |
| Hex | 5F | 89 | B5 | 30 | 18 | 0 | 1D | D3 | 25 | 36 |
| Octal | 137 | 211 | 265 | 60 | 30 | 0 | 35 | 323 | 45 | 66 |
| Binary | 1011111 | 10001001 | 10110101 | 110000 | 11000 | 0 | 11101 | 11010011 | 100101 | 110110 |
Color Harmonies of #5F89B5
Complementary color
Monochromatic Colors of #5F89B5
Black with #5F89B5
Text Example
Text Example
White with #5F89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F89B5; }
p { color: rgb(95,137,181); }
H1.HeaderClassName
{
color: #5F89B5;
}
.AnyTagClassName
{
color: #5F89B5;
}
</style>
background-color css
<style>
a { background-color: #5F89B5; }
a { background-color: rgb(95,137,181); }
div.DivClassName
{
background-color: #5F89B5;
}
.BgClassName
{
background-color: #5F89B5;
}
</style>
border-color css
<style>
span { border-color: #5F89B5; }
span { border-color: rgb(95,137,181); }
td.TdClassName
{
border-color: #5F89B5;
}
.TagClassName
{
border-color: #5F89B5;
}
</style>