Shades of Danube #5C92CA
Tints of Danube #5C92CA
RGB
CMYK
RGB Variations
Color information
#5C92CA (or 0x5C92CA) is known color: Danube. HEX triplet: 5C, 92 and CA. RGB value is (92,146,202). Sum of RGB (Red+Green+Blue) = 92+146+202=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C92CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C92CA is #A36D35. Grayscale: #878787. Windows color (decimal): -10710326 or 13275740. OLE color: 13275740.
HSL color Cylindrical-coordinate representation of color #5C92CA: hue angle of 210.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C92CA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 146 | 202 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.21 |
| HSL | 210.55º | 0.51% | 0.58% | - |
| HSV(B) | 210.55º | 0.54% | 0.79% | - |
| XYZ | 25.35 | 27.1 | 59.77 | - |
| YUV | 136.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 202 | 0.54 | 0.28 | 0 | 0.21 | 210.55 | 0.51 | 0.58 |
| Hex | 5C | 92 | CA | 36 | 1C | 0 | 15 | D3 | 33 | 3A |
| Octal | 134 | 222 | 312 | 66 | 34 | 0 | 25 | 323 | 63 | 72 |
| Binary | 1011100 | 10010010 | 11001010 | 110110 | 11100 | 0 | 10101 | 11010011 | 110011 | 111010 |
Color Harmonies of #5C92CA
Complementary color
Monochromatic Colors of #5C92CA
Black with #5C92CA
Text Example
Text Example
White with #5C92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C92CA; }
p { color: rgb(92,146,202); }
H1.HeaderClassName
{
color: #5C92CA;
}
.AnyTagClassName
{
color: #5C92CA;
}
</style>
background-color css
<style>
a { background-color: #5C92CA; }
a { background-color: rgb(92,146,202); }
div.DivClassName
{
background-color: #5C92CA;
}
.BgClassName
{
background-color: #5C92CA;
}
</style>
border-color css
<style>
span { border-color: #5C92CA; }
span { border-color: rgb(92,146,202); }
td.TdClassName
{
border-color: #5C92CA;
}
.TagClassName
{
border-color: #5C92CA;
}
</style>