Shades of Danube #5C91CC
Tints of Danube #5C91CC
RGB
CMYK
RGB Variations
Color information
#5C91CC (or 0x5C91CC) is known color: Danube. HEX triplet: 5C, 91 and CC. RGB value is (92,145,204). Sum of RGB (Red+Green+Blue) = 92+145+204=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C91CC is #A36E33. Grayscale: #878787. Windows color (decimal): -10710580 or 13406556. OLE color: 13406556.
HSL color Cylindrical-coordinate representation of color #5C91CC: hue angle of 211.61º degrees, saturation: 0.52, 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 #5C91CC is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 145 | 204 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.2 |
| HSL | 211.61º | 0.52% | 0.58% | - |
| HSV(B) | 211.61º | 0.55% | 0.8% | - |
| XYZ | 25.44 | 26.89 | 60.98 | - |
| YUV | 135.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 204 | 0.55 | 0.29 | 0 | 0.2 | 211.61 | 0.52 | 0.58 |
| Hex | 5C | 91 | CC | 37 | 1D | 0 | 14 | D4 | 34 | 3A |
| Octal | 134 | 221 | 314 | 67 | 35 | 0 | 24 | 324 | 64 | 72 |
| Binary | 1011100 | 10010001 | 11001100 | 110111 | 11101 | 0 | 10100 | 11010100 | 110100 | 111010 |
Color Harmonies of #5C91CC
Complementary color
Monochromatic Colors of #5C91CC
Black with #5C91CC
Text Example
Text Example
White with #5C91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C91CC; }
p { color: rgb(92,145,204); }
H1.HeaderClassName
{
color: #5C91CC;
}
.AnyTagClassName
{
color: #5C91CC;
}
</style>
background-color css
<style>
a { background-color: #5C91CC; }
a { background-color: rgb(92,145,204); }
div.DivClassName
{
background-color: #5C91CC;
}
.BgClassName
{
background-color: #5C91CC;
}
</style>
border-color css
<style>
span { border-color: #5C91CC; }
span { border-color: rgb(92,145,204); }
td.TdClassName
{
border-color: #5C91CC;
}
.TagClassName
{
border-color: #5C91CC;
}
</style>