Shades of Danube #5F90BA
Tints of Danube #5F90BA
RGB
CMYK
RGB Variations
Color information
#5F90BA (or 0x5F90BA) is known color: Danube. HEX triplet: 5F, 90 and BA. RGB value is (95,144,186). Sum of RGB (Red+Green+Blue) = 95+144+186=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90BA is #A06F45. Grayscale: #858585. Windows color (decimal): -10514246 or 12226655. OLE color: 12226655.
HSL color Cylindrical-coordinate representation of color #5F90BA: hue angle of 207.69º 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 #5F90BA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 144 | 186 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.27 |
| HSL | 207.69º | 0.4% | 0.55% | - |
| HSV(B) | 207.69º | 0.49% | 0.73% | - |
| XYZ | 23.56 | 25.92 | 50.22 | - |
| YUV | 134.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 186 | 0.49 | 0.23 | 0 | 0.27 | 207.69 | 0.4 | 0.55 |
| Hex | 5F | 90 | BA | 31 | 17 | 0 | 1B | D0 | 28 | 37 |
| Octal | 137 | 220 | 272 | 61 | 27 | 0 | 33 | 320 | 50 | 67 |
| Binary | 1011111 | 10010000 | 10111010 | 110001 | 10111 | 0 | 11011 | 11010000 | 101000 | 110111 |
Color Harmonies of #5F90BA
Complementary color
Monochromatic Colors of #5F90BA
Black with #5F90BA
Text Example
Text Example
White with #5F90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F90BA; }
p { color: rgb(95,144,186); }
H1.HeaderClassName
{
color: #5F90BA;
}
.AnyTagClassName
{
color: #5F90BA;
}
</style>
background-color css
<style>
a { background-color: #5F90BA; }
a { background-color: rgb(95,144,186); }
div.DivClassName
{
background-color: #5F90BA;
}
.BgClassName
{
background-color: #5F90BA;
}
</style>
border-color css
<style>
span { border-color: #5F90BA; }
span { border-color: rgb(95,144,186); }
td.TdClassName
{
border-color: #5F90BA;
}
.TagClassName
{
border-color: #5F90BA;
}
</style>