Shades of Danube #5F89BD
Tints of Danube #5F89BD
RGB
CMYK
RGB Variations
Color information
#5F89BD (or 0x5F89BD) is known color: Danube. HEX triplet: 5F, 89 and BD. RGB value is (95,137,189). Sum of RGB (Red+Green+Blue) = 95+137+189=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F89BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F89BD is #A07642. Grayscale: #828282. Windows color (decimal): -10516035 or 12421471. OLE color: 12421471.
HSL color Cylindrical-coordinate representation of color #5F89BD: hue angle of 213.19º 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 #5F89BD is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 137 | 189 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.26 |
| HSL | 213.19º | 0.42% | 0.56% | - |
| HSV(B) | 213.19º | 0.5% | 0.74% | - |
| XYZ | 22.85 | 24 | 51.57 | - |
| YUV | 130.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 189 | 0.50 | 0.28 | 0 | 0.26 | 213.19 | 0.42 | 0.56 |
| Hex | 5F | 89 | BD | 32 | 1C | 0 | 1A | D5 | 2A | 38 |
| Octal | 137 | 211 | 275 | 62 | 34 | 0 | 32 | 325 | 52 | 70 |
| Binary | 1011111 | 10001001 | 10111101 | 110010 | 11100 | 0 | 11010 | 11010101 | 101010 | 111000 |
Color Harmonies of #5F89BD
Complementary color
Monochromatic Colors of #5F89BD
Black with #5F89BD
Text Example
Text Example
White with #5F89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F89BD; }
p { color: rgb(95,137,189); }
H1.HeaderClassName
{
color: #5F89BD;
}
.AnyTagClassName
{
color: #5F89BD;
}
</style>
background-color css
<style>
a { background-color: #5F89BD; }
a { background-color: rgb(95,137,189); }
div.DivClassName
{
background-color: #5F89BD;
}
.BgClassName
{
background-color: #5F89BD;
}
</style>
border-color css
<style>
span { border-color: #5F89BD; }
span { border-color: rgb(95,137,189); }
td.TdClassName
{
border-color: #5F89BD;
}
.TagClassName
{
border-color: #5F89BD;
}
</style>