Shades of Danube #5F91BC
Tints of Danube #5F91BC
RGB
CMYK
RGB Variations
Color information
#5F91BC (or 0x5F91BC) is known color: Danube. HEX triplet: 5F, 91 and BC. RGB value is (95,145,188). Sum of RGB (Red+Green+Blue) = 95+145+188=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F91BC is #A06E43. Grayscale: #868686. Windows color (decimal): -10513988 or 12357983. OLE color: 12357983.
HSL color Cylindrical-coordinate representation of color #5F91BC: hue angle of 207.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F91BC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 145 | 188 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.26 |
| HSL | 207.74º | 0.41% | 0.55% | - |
| HSV(B) | 207.74º | 0.49% | 0.74% | - |
| XYZ | 23.92 | 26.31 | 51.4 | - |
| YUV | 134.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 188 | 0.49 | 0.23 | 0 | 0.26 | 207.74 | 0.41 | 0.55 |
| Hex | 5F | 91 | BC | 31 | 17 | 0 | 1A | D0 | 29 | 37 |
| Octal | 137 | 221 | 274 | 61 | 27 | 0 | 32 | 320 | 51 | 67 |
| Binary | 1011111 | 10010001 | 10111100 | 110001 | 10111 | 0 | 11010 | 11010000 | 101001 | 110111 |
Color Harmonies of #5F91BC
Complementary color
Monochromatic Colors of #5F91BC
Black with #5F91BC
Text Example
Text Example
White with #5F91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F91BC; }
p { color: rgb(95,145,188); }
H1.HeaderClassName
{
color: #5F91BC;
}
.AnyTagClassName
{
color: #5F91BC;
}
</style>
background-color css
<style>
a { background-color: #5F91BC; }
a { background-color: rgb(95,145,188); }
div.DivClassName
{
background-color: #5F91BC;
}
.BgClassName
{
background-color: #5F91BC;
}
</style>
border-color css
<style>
span { border-color: #5F91BC; }
span { border-color: rgb(95,145,188); }
td.TdClassName
{
border-color: #5F91BC;
}
.TagClassName
{
border-color: #5F91BC;
}
</style>