Shades of Sirocco #5C6F64
Tints of Sirocco #5C6F64
RGB
CMYK
RGB Variations
Color information
#5C6F64 (or 0x5C6F64) is known color: Sirocco. HEX triplet: 5C, 6F and 64. RGB value is (92,111,100). Sum of RGB (Red+Green+Blue) = 92+111+100=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F64 is #A3909B. Grayscale: #686868. Windows color (decimal): -10719388 or 6582108. OLE color: 6582108.
HSL color Cylindrical-coordinate representation of color #5C6F64: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C6F64 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 111 | 100 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.56 |
| HSL | 145.26º | 0.09% | 0.4% | - |
| HSV(B) | 145.26º | 0.17% | 0.44% | - |
| XYZ | 12.4 | 14.56 | 14.21 | - |
| YUV | 104.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 100 | 0.17 | 0 | 0.10 | 0.56 | 145.26 | 0.09 | 0.4 |
| Hex | 5C | 6F | 64 | 11 | 0 | A | 38 | 91 | 9 | 28 |
| Octal | 134 | 157 | 144 | 21 | 0 | 12 | 70 | 221 | 11 | 50 |
| Binary | 1011100 | 1101111 | 1100100 | 10001 | 0 | 1010 | 111000 | 10010001 | 1001 | 101000 |
Color Harmonies of #5C6F64
Complementary color
Monochromatic Colors of #5C6F64
Black with #5C6F64
Text Example
Text Example
White with #5C6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F64; }
p { color: rgb(92,111,100); }
H1.HeaderClassName
{
color: #5C6F64;
}
.AnyTagClassName
{
color: #5C6F64;
}
</style>
background-color css
<style>
a { background-color: #5C6F64; }
a { background-color: rgb(92,111,100); }
div.DivClassName
{
background-color: #5C6F64;
}
.BgClassName
{
background-color: #5C6F64;
}
</style>
border-color css
<style>
span { border-color: #5C6F64; }
span { border-color: rgb(92,111,100); }
td.TdClassName
{
border-color: #5C6F64;
}
.TagClassName
{
border-color: #5C6F64;
}
</style>