Shades of Danube #5F90CD
Tints of Danube #5F90CD
RGB
CMYK
RGB Variations
Color information
#5F90CD (or 0x5F90CD) is known color: Danube. HEX triplet: 5F, 90 and CD. RGB value is (95,144,205). Sum of RGB (Red+Green+Blue) = 95+144+205=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90CD is #A06F32. Grayscale: #888888. Windows color (decimal): -10514227 or 13471839. OLE color: 13471839.
HSL color Cylindrical-coordinate representation of color #5F90CD: hue angle of 213.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F90CD is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 144 | 205 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.20 |
| HSL | 213.27º | 0.52% | 0.59% | - |
| HSV(B) | 213.27º | 0.54% | 0.8% | - |
| XYZ | 25.71 | 26.79 | 61.57 | - |
| YUV | 136.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 205 | 0.54 | 0.30 | 0 | 0.20 | 213.27 | 0.52 | 0.59 |
| Hex | 5F | 90 | CD | 36 | 1E | 0 | 14 | D5 | 34 | 3B |
| Octal | 137 | 220 | 315 | 66 | 36 | 0 | 24 | 325 | 64 | 73 |
| Binary | 1011111 | 10010000 | 11001101 | 110110 | 11110 | 0 | 10100 | 11010101 | 110100 | 111011 |
Color Harmonies of #5F90CD
Complementary color
Monochromatic Colors of #5F90CD
Black with #5F90CD
Text Example
Text Example
White with #5F90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F90CD; }
p { color: rgb(95,144,205); }
H1.HeaderClassName
{
color: #5F90CD;
}
.AnyTagClassName
{
color: #5F90CD;
}
</style>
background-color css
<style>
a { background-color: #5F90CD; }
a { background-color: rgb(95,144,205); }
div.DivClassName
{
background-color: #5F90CD;
}
.BgClassName
{
background-color: #5F90CD;
}
</style>
border-color css
<style>
span { border-color: #5F90CD; }
span { border-color: rgb(95,144,205); }
td.TdClassName
{
border-color: #5F90CD;
}
.TagClassName
{
border-color: #5F90CD;
}
</style>