Shades of Danube #5F89BF
Tints of Danube #5F89BF
RGB
CMYK
RGB Variations
Color information
#5F89BF (or 0x5F89BF) is known color: Danube. HEX triplet: 5F, 89 and BF. RGB value is (95,137,191). Sum of RGB (Red+Green+Blue) = 95+137+191=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F89BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F89BF is #A07640. Grayscale: #828282. Windows color (decimal): -10516033 or 12552543. OLE color: 12552543.
HSL color Cylindrical-coordinate representation of color #5F89BF: hue angle of 213.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F89BF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 137 | 191 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.25 |
| HSL | 213.75º | 0.43% | 0.56% | - |
| HSV(B) | 213.75º | 0.5% | 0.75% | - |
| XYZ | 23.07 | 24.09 | 52.72 | - |
| YUV | 130.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 191 | 0.50 | 0.28 | 0 | 0.25 | 213.75 | 0.43 | 0.56 |
| Hex | 5F | 89 | BF | 32 | 1C | 0 | 19 | D6 | 2B | 38 |
| Octal | 137 | 211 | 277 | 62 | 34 | 0 | 31 | 326 | 53 | 70 |
| Binary | 1011111 | 10001001 | 10111111 | 110010 | 11100 | 0 | 11001 | 11010110 | 101011 | 111000 |
Color Harmonies of #5F89BF
Complementary color
Monochromatic Colors of #5F89BF
Black with #5F89BF
Text Example
Text Example
White with #5F89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F89BF; }
p { color: rgb(95,137,191); }
H1.HeaderClassName
{
color: #5F89BF;
}
.AnyTagClassName
{
color: #5F89BF;
}
</style>
background-color css
<style>
a { background-color: #5F89BF; }
a { background-color: rgb(95,137,191); }
div.DivClassName
{
background-color: #5F89BF;
}
.BgClassName
{
background-color: #5F89BF;
}
</style>
border-color css
<style>
span { border-color: #5F89BF; }
span { border-color: rgb(95,137,191); }
td.TdClassName
{
border-color: #5F89BF;
}
.TagClassName
{
border-color: #5F89BF;
}
</style>