Shades of Danube #5F92CB
Tints of Danube #5F92CB
RGB
CMYK
RGB Variations
Color information
#5F92CB (or 0x5F92CB) is known color: Danube. HEX triplet: 5F, 92 and CB. RGB value is (95,146,203). Sum of RGB (Red+Green+Blue) = 95+146+203=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F92CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92CB is #A06D34. Grayscale: #888888. Windows color (decimal): -10513717 or 13341279. OLE color: 13341279.
HSL color Cylindrical-coordinate representation of color #5F92CB: hue angle of 211.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F92CB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 146 | 203 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.20 |
| HSL | 211.67º | 0.51% | 0.58% | - |
| HSV(B) | 211.67º | 0.53% | 0.8% | - |
| XYZ | 25.78 | 27.3 | 60.41 | - |
| YUV | 137.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 203 | 0.53 | 0.28 | 0 | 0.20 | 211.67 | 0.51 | 0.58 |
| Hex | 5F | 92 | CB | 35 | 1C | 0 | 14 | D4 | 33 | 3A |
| Octal | 137 | 222 | 313 | 65 | 34 | 0 | 24 | 324 | 63 | 72 |
| Binary | 1011111 | 10010010 | 11001011 | 110101 | 11100 | 0 | 10100 | 11010100 | 110011 | 111010 |
Color Harmonies of #5F92CB
Complementary color
Monochromatic Colors of #5F92CB
Black with #5F92CB
Text Example
Text Example
White with #5F92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F92CB; }
p { color: rgb(95,146,203); }
H1.HeaderClassName
{
color: #5F92CB;
}
.AnyTagClassName
{
color: #5F92CB;
}
</style>
background-color css
<style>
a { background-color: #5F92CB; }
a { background-color: rgb(95,146,203); }
div.DivClassName
{
background-color: #5F92CB;
}
.BgClassName
{
background-color: #5F92CB;
}
</style>
border-color css
<style>
span { border-color: #5F92CB; }
span { border-color: rgb(95,146,203); }
td.TdClassName
{
border-color: #5F92CB;
}
.TagClassName
{
border-color: #5F92CB;
}
</style>