Shades of Sirocco #5C846C
Tints of Sirocco #5C846C
RGB
CMYK
RGB Variations
Color information
#5C846C (or 0x5C846C) is known color: Sirocco. HEX triplet: 5C, 84 and 6C. RGB value is (92,132,108). Sum of RGB (Red+Green+Blue) = 92+132+108=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #5C846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C846C is #A37B93. Grayscale: #757575. Windows color (decimal): -10714004 or 7111772. OLE color: 7111772.
HSL color Cylindrical-coordinate representation of color #5C846C: hue angle of 144º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C846C is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 108 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.48 |
| HSL | 144º | 0.18% | 0.44% | - |
| HSV(B) | 144º | 0.3% | 0.52% | - |
| XYZ | 15.37 | 19.86 | 17.21 | - |
| YUV | 117.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 108 | 0.30 | 0 | 0.18 | 0.48 | 144 | 0.18 | 0.44 |
| Hex | 5C | 84 | 6C | 1E | 0 | 12 | 30 | 90 | 12 | 2C |
| Octal | 134 | 204 | 154 | 36 | 0 | 22 | 60 | 220 | 22 | 54 |
| Binary | 1011100 | 10000100 | 1101100 | 11110 | 0 | 10010 | 110000 | 10010000 | 10010 | 101100 |
Color Harmonies of #5C846C
Complementary color
Monochromatic Colors of #5C846C
Black with #5C846C
Text Example
Text Example
White with #5C846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C846C; }
p { color: rgb(92,132,108); }
H1.HeaderClassName
{
color: #5C846C;
}
.AnyTagClassName
{
color: #5C846C;
}
</style>
background-color css
<style>
a { background-color: #5C846C; }
a { background-color: rgb(92,132,108); }
div.DivClassName
{
background-color: #5C846C;
}
.BgClassName
{
background-color: #5C846C;
}
</style>
border-color css
<style>
span { border-color: #5C846C; }
span { border-color: rgb(92,132,108); }
td.TdClassName
{
border-color: #5C846C;
}
.TagClassName
{
border-color: #5C846C;
}
</style>