Shades of Sirocco #5D866D
Tints of Sirocco #5D866D
RGB
CMYK
RGB Variations
Color information
#5D866D (or 0x5D866D) is known color: Sirocco. HEX triplet: 5D, 86 and 6D. RGB value is (93,134,109). Sum of RGB (Red+Green+Blue) = 93+134+109=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #5D866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D866D is #A27992. Grayscale: #767676. Windows color (decimal): -10647955 or 7177821. OLE color: 7177821.
HSL color Cylindrical-coordinate representation of color #5D866D: hue angle of 143.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D866D is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 109 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.47 |
| HSL | 143.41º | 0.18% | 0.45% | - |
| HSV(B) | 143.41º | 0.31% | 0.53% | - |
| XYZ | 15.8 | 20.48 | 17.59 | - |
| YUV | 118.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 109 | 0.31 | 0 | 0.19 | 0.47 | 143.41 | 0.18 | 0.45 |
| Hex | 5D | 86 | 6D | 1F | 0 | 13 | 2F | 8F | 12 | 2D |
| Octal | 135 | 206 | 155 | 37 | 0 | 23 | 57 | 217 | 22 | 55 |
| Binary | 1011101 | 10000110 | 1101101 | 11111 | 0 | 10011 | 101111 | 10001111 | 10010 | 101101 |
Color Harmonies of #5D866D
Complementary color
Monochromatic Colors of #5D866D
Black with #5D866D
Text Example
Text Example
White with #5D866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D866D; }
p { color: rgb(93,134,109); }
H1.HeaderClassName
{
color: #5D866D;
}
.AnyTagClassName
{
color: #5D866D;
}
</style>
background-color css
<style>
a { background-color: #5D866D; }
a { background-color: rgb(93,134,109); }
div.DivClassName
{
background-color: #5D866D;
}
.BgClassName
{
background-color: #5D866D;
}
</style>
border-color css
<style>
span { border-color: #5D866D; }
span { border-color: rgb(93,134,109); }
td.TdClassName
{
border-color: #5D866D;
}
.TagClassName
{
border-color: #5D866D;
}
</style>