Shades of Danube #5C92CD
Tints of Danube #5C92CD
RGB
CMYK
RGB Variations
Color information
#5C92CD (or 0x5C92CD) is known color: Danube. HEX triplet: 5C, 92 and CD. RGB value is (92,146,205). Sum of RGB (Red+Green+Blue) = 92+146+205=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C92CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C92CD is #A36D32. Grayscale: #888888. Windows color (decimal): -10710323 or 13472348. OLE color: 13472348.
HSL color Cylindrical-coordinate representation of color #5C92CD: hue angle of 211.33º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C92CD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 146 | 205 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.20 |
| HSL | 211.33º | 0.53% | 0.58% | - |
| HSV(B) | 211.33º | 0.55% | 0.8% | - |
| XYZ | 25.71 | 27.24 | 61.66 | - |
| YUV | 136.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 205 | 0.55 | 0.29 | 0 | 0.20 | 211.33 | 0.53 | 0.58 |
| Hex | 5C | 92 | CD | 37 | 1D | 0 | 14 | D3 | 35 | 3A |
| Octal | 134 | 222 | 315 | 67 | 35 | 0 | 24 | 323 | 65 | 72 |
| Binary | 1011100 | 10010010 | 11001101 | 110111 | 11101 | 0 | 10100 | 11010011 | 110101 | 111010 |
Color Harmonies of #5C92CD
Complementary color
Monochromatic Colors of #5C92CD
Black with #5C92CD
Text Example
Text Example
White with #5C92CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C92CD; }
p { color: rgb(92,146,205); }
H1.HeaderClassName
{
color: #5C92CD;
}
.AnyTagClassName
{
color: #5C92CD;
}
</style>
background-color css
<style>
a { background-color: #5C92CD; }
a { background-color: rgb(92,146,205); }
div.DivClassName
{
background-color: #5C92CD;
}
.BgClassName
{
background-color: #5C92CD;
}
</style>
border-color css
<style>
span { border-color: #5C92CD; }
span { border-color: rgb(92,146,205); }
td.TdClassName
{
border-color: #5C92CD;
}
.TagClassName
{
border-color: #5C92CD;
}
</style>