Shades of Sirocco #5C7966
Tints of Sirocco #5C7966
RGB
CMYK
RGB Variations
Color information
#5C7966 (or 0x5C7966) is known color: Sirocco. HEX triplet: 5C, 79 and 66. RGB value is (92,121,102). Sum of RGB (Red+Green+Blue) = 92+121+102=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7966 is #A38699. Grayscale: #6E6E6E. Windows color (decimal): -10716826 or 6715740. OLE color: 6715740.
HSL color Cylindrical-coordinate representation of color #5C7966: hue angle of 140.69º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C7966 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 102 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.53 |
| HSL | 140.69º | 0.14% | 0.42% | - |
| HSV(B) | 140.69º | 0.24% | 0.47% | - |
| XYZ | 13.65 | 16.91 | 15.11 | - |
| YUV | 110.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 102 | 0.24 | 0 | 0.16 | 0.53 | 140.69 | 0.14 | 0.42 |
| Hex | 5C | 79 | 66 | 18 | 0 | 10 | 35 | 8D | E | 2A |
| Octal | 134 | 171 | 146 | 30 | 0 | 20 | 65 | 215 | 16 | 52 |
| Binary | 1011100 | 1111001 | 1100110 | 11000 | 0 | 10000 | 110101 | 10001101 | 1110 | 101010 |
Color Harmonies of #5C7966
Complementary color
Monochromatic Colors of #5C7966
Black with #5C7966
Text Example
Text Example
White with #5C7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7966; }
p { color: rgb(92,121,102); }
H1.HeaderClassName
{
color: #5C7966;
}
.AnyTagClassName
{
color: #5C7966;
}
</style>
background-color css
<style>
a { background-color: #5C7966; }
a { background-color: rgb(92,121,102); }
div.DivClassName
{
background-color: #5C7966;
}
.BgClassName
{
background-color: #5C7966;
}
</style>
border-color css
<style>
span { border-color: #5C7966; }
span { border-color: rgb(92,121,102); }
td.TdClassName
{
border-color: #5C7966;
}
.TagClassName
{
border-color: #5C7966;
}
</style>