Shades of Sirocco #5C7969
Tints of Sirocco #5C7969
RGB
CMYK
RGB Variations
Color information
#5C7969 (or 0x5C7969) is known color: Sirocco. HEX triplet: 5C, 79 and 69. RGB value is (92,121,105). Sum of RGB (Red+Green+Blue) = 92+121+105=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7969 is #A38696. Grayscale: #6E6E6E. Windows color (decimal): -10716823 or 6912348. OLE color: 6912348.
HSL color Cylindrical-coordinate representation of color #5C7969: hue angle of 146.9º 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 #5C7969 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 105 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.53 |
| HSL | 146.9º | 0.14% | 0.42% | - |
| HSV(B) | 146.9º | 0.24% | 0.47% | - |
| XYZ | 13.8 | 16.97 | 15.91 | - |
| YUV | 110.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 105 | 0.24 | 0 | 0.13 | 0.53 | 146.9 | 0.14 | 0.42 |
| Hex | 5C | 79 | 69 | 18 | 0 | D | 35 | 93 | E | 2A |
| Octal | 134 | 171 | 151 | 30 | 0 | 15 | 65 | 223 | 16 | 52 |
| Binary | 1011100 | 1111001 | 1101001 | 11000 | 0 | 1101 | 110101 | 10010011 | 1110 | 101010 |
Color Harmonies of #5C7969
Complementary color
Monochromatic Colors of #5C7969
Black with #5C7969
Text Example
Text Example
White with #5C7969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7969; }
p { color: rgb(92,121,105); }
H1.HeaderClassName
{
color: #5C7969;
}
.AnyTagClassName
{
color: #5C7969;
}
</style>
background-color css
<style>
a { background-color: #5C7969; }
a { background-color: rgb(92,121,105); }
div.DivClassName
{
background-color: #5C7969;
}
.BgClassName
{
background-color: #5C7969;
}
</style>
border-color css
<style>
span { border-color: #5C7969; }
span { border-color: rgb(92,121,105); }
td.TdClassName
{
border-color: #5C7969;
}
.TagClassName
{
border-color: #5C7969;
}
</style>