Shades of Sirocco #5C8B6D
Tints of Sirocco #5C8B6D
RGB
CMYK
RGB Variations
Color information
#5C8B6D (or 0x5C8B6D) is known color: Sirocco. HEX triplet: 5C, 8B and 6D. RGB value is (92,139,109). Sum of RGB (Red+Green+Blue) = 92+139+109=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8B6D is #A37492. Grayscale: #797979. Windows color (decimal): -10712211 or 7179100. OLE color: 7179100.
HSL color Cylindrical-coordinate representation of color #5C8B6D: hue angle of 141.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8B6D is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 109 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.45 |
| HSL | 141.7º | 0.2% | 0.45% | - |
| HSV(B) | 141.7º | 0.34% | 0.55% | - |
| XYZ | 16.41 | 21.84 | 17.82 | - |
| YUV | 121.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 109 | 0.34 | 0 | 0.22 | 0.45 | 141.7 | 0.2 | 0.45 |
| Hex | 5C | 8B | 6D | 22 | 0 | 16 | 2D | 8E | 14 | 2D |
| Octal | 134 | 213 | 155 | 42 | 0 | 26 | 55 | 216 | 24 | 55 |
| Binary | 1011100 | 10001011 | 1101101 | 100010 | 0 | 10110 | 101101 | 10001110 | 10100 | 101101 |
Color Harmonies of #5C8B6D
Complementary color
Monochromatic Colors of #5C8B6D
Black with #5C8B6D
Text Example
Text Example
White with #5C8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B6D; }
p { color: rgb(92,139,109); }
H1.HeaderClassName
{
color: #5C8B6D;
}
.AnyTagClassName
{
color: #5C8B6D;
}
</style>
background-color css
<style>
a { background-color: #5C8B6D; }
a { background-color: rgb(92,139,109); }
div.DivClassName
{
background-color: #5C8B6D;
}
.BgClassName
{
background-color: #5C8B6D;
}
</style>
border-color css
<style>
span { border-color: #5C8B6D; }
span { border-color: rgb(92,139,109); }
td.TdClassName
{
border-color: #5C8B6D;
}
.TagClassName
{
border-color: #5C8B6D;
}
</style>