Shades of Danube #5F90CA
Tints of Danube #5F90CA
RGB
CMYK
RGB Variations
Color information
#5F90CA (or 0x5F90CA) is known color: Danube. HEX triplet: 5F, 90 and CA. RGB value is (95,144,202). Sum of RGB (Red+Green+Blue) = 95+144+202=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90CA is #A06F35. Grayscale: #878787. Windows color (decimal): -10514230 or 13275231. OLE color: 13275231.
HSL color Cylindrical-coordinate representation of color #5F90CA: hue angle of 212.52º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F90CA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 144 | 202 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.21 |
| HSL | 212.52º | 0.5% | 0.58% | - |
| HSV(B) | 212.52º | 0.53% | 0.79% | - |
| XYZ | 25.35 | 26.64 | 59.68 | - |
| YUV | 135.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 202 | 0.53 | 0.29 | 0 | 0.21 | 212.52 | 0.5 | 0.58 |
| Hex | 5F | 90 | CA | 35 | 1D | 0 | 15 | D5 | 32 | 3A |
| Octal | 137 | 220 | 312 | 65 | 35 | 0 | 25 | 325 | 62 | 72 |
| Binary | 1011111 | 10010000 | 11001010 | 110101 | 11101 | 0 | 10101 | 11010101 | 110010 | 111010 |
Color Harmonies of #5F90CA
Complementary color
Monochromatic Colors of #5F90CA
Black with #5F90CA
Text Example
Text Example
White with #5F90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F90CA; }
p { color: rgb(95,144,202); }
H1.HeaderClassName
{
color: #5F90CA;
}
.AnyTagClassName
{
color: #5F90CA;
}
</style>
background-color css
<style>
a { background-color: #5F90CA; }
a { background-color: rgb(95,144,202); }
div.DivClassName
{
background-color: #5F90CA;
}
.BgClassName
{
background-color: #5F90CA;
}
</style>
border-color css
<style>
span { border-color: #5F90CA; }
span { border-color: rgb(95,144,202); }
td.TdClassName
{
border-color: #5F90CA;
}
.TagClassName
{
border-color: #5F90CA;
}
</style>