Shades of Sirocco #5D856C
Tints of Sirocco #5D856C
RGB
CMYK
RGB Variations
Color information
#5D856C (or 0x5D856C) is known color: Sirocco. HEX triplet: 5D, 85 and 6C. RGB value is (93,133,108). Sum of RGB (Red+Green+Blue) = 93+133+108=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #5D856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D856C is #A27A93. Grayscale: #767676. Windows color (decimal): -10648212 or 7112029. OLE color: 7112029.
HSL color Cylindrical-coordinate representation of color #5D856C: hue angle of 142.5º 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 #5D856C is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 108 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.48 |
| HSL | 142.5º | 0.18% | 0.44% | - |
| HSV(B) | 142.5º | 0.3% | 0.52% | - |
| XYZ | 15.61 | 20.18 | 17.26 | - |
| YUV | 118.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 108 | 0.30 | 0 | 0.19 | 0.48 | 142.5 | 0.18 | 0.44 |
| Hex | 5D | 85 | 6C | 1E | 0 | 13 | 30 | 8E | 12 | 2C |
| Octal | 135 | 205 | 154 | 36 | 0 | 23 | 60 | 216 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1101100 | 11110 | 0 | 10011 | 110000 | 10001110 | 10010 | 101100 |
Color Harmonies of #5D856C
Complementary color
Monochromatic Colors of #5D856C
Black with #5D856C
Text Example
Text Example
White with #5D856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D856C; }
p { color: rgb(93,133,108); }
H1.HeaderClassName
{
color: #5D856C;
}
.AnyTagClassName
{
color: #5D856C;
}
</style>
background-color css
<style>
a { background-color: #5D856C; }
a { background-color: rgb(93,133,108); }
div.DivClassName
{
background-color: #5D856C;
}
.BgClassName
{
background-color: #5D856C;
}
</style>
border-color css
<style>
span { border-color: #5D856C; }
span { border-color: rgb(93,133,108); }
td.TdClassName
{
border-color: #5D856C;
}
.TagClassName
{
border-color: #5D856C;
}
</style>