Shades of Sirocco #5C7C66
Tints of Sirocco #5C7C66
RGB
CMYK
RGB Variations
Color information
#5C7C66 (or 0x5C7C66) is known color: Sirocco. HEX triplet: 5C, 7C and 66. RGB value is (92,124,102). Sum of RGB (Red+Green+Blue) = 92+124+102=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C66 is #A38399. Grayscale: #6F6F6F. Windows color (decimal): -10716058 or 6716508. OLE color: 6716508.
HSL color Cylindrical-coordinate representation of color #5C7C66: hue angle of 138.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C66 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 102 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.51 |
| HSL | 138.75º | 0.15% | 0.42% | - |
| HSV(B) | 138.75º | 0.26% | 0.49% | - |
| XYZ | 14.02 | 17.65 | 15.24 | - |
| YUV | 111.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 102 | 0.26 | 0 | 0.18 | 0.51 | 138.75 | 0.15 | 0.42 |
| Hex | 5C | 7C | 66 | 1A | 0 | 12 | 33 | 8B | F | 2A |
| Octal | 134 | 174 | 146 | 32 | 0 | 22 | 63 | 213 | 17 | 52 |
| Binary | 1011100 | 1111100 | 1100110 | 11010 | 0 | 10010 | 110011 | 10001011 | 1111 | 101010 |
Color Harmonies of #5C7C66
Complementary color
Monochromatic Colors of #5C7C66
Black with #5C7C66
Text Example
Text Example
White with #5C7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C66; }
p { color: rgb(92,124,102); }
H1.HeaderClassName
{
color: #5C7C66;
}
.AnyTagClassName
{
color: #5C7C66;
}
</style>
background-color css
<style>
a { background-color: #5C7C66; }
a { background-color: rgb(92,124,102); }
div.DivClassName
{
background-color: #5C7C66;
}
.BgClassName
{
background-color: #5C7C66;
}
</style>
border-color css
<style>
span { border-color: #5C7C66; }
span { border-color: rgb(92,124,102); }
td.TdClassName
{
border-color: #5C7C66;
}
.TagClassName
{
border-color: #5C7C66;
}
</style>