Shades of Sirocco #5C8569
Tints of Sirocco #5C8569
RGB
CMYK
RGB Variations
Color information
#5C8569 (or 0x5C8569) is known color: Sirocco. HEX triplet: 5C, 85 and 69. RGB value is (92,133,105). Sum of RGB (Red+Green+Blue) = 92+133+105=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8569 is #A37A96. Grayscale: #757575. Windows color (decimal): -10713751 or 6915420. OLE color: 6915420.
HSL color Cylindrical-coordinate representation of color #5C8569: hue angle of 139.02º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8569 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 105 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.48 |
| HSL | 139.02º | 0.18% | 0.44% | - |
| HSV(B) | 139.02º | 0.31% | 0.52% | - |
| XYZ | 15.35 | 20.07 | 16.43 | - |
| YUV | 117.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 105 | 0.31 | 0 | 0.21 | 0.48 | 139.02 | 0.18 | 0.44 |
| Hex | 5C | 85 | 69 | 1F | 0 | 15 | 30 | 8B | 12 | 2C |
| Octal | 134 | 205 | 151 | 37 | 0 | 25 | 60 | 213 | 22 | 54 |
| Binary | 1011100 | 10000101 | 1101001 | 11111 | 0 | 10101 | 110000 | 10001011 | 10010 | 101100 |
Color Harmonies of #5C8569
Complementary color
Monochromatic Colors of #5C8569
Black with #5C8569
Text Example
Text Example
White with #5C8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8569; }
p { color: rgb(92,133,105); }
H1.HeaderClassName
{
color: #5C8569;
}
.AnyTagClassName
{
color: #5C8569;
}
</style>
background-color css
<style>
a { background-color: #5C8569; }
a { background-color: rgb(92,133,105); }
div.DivClassName
{
background-color: #5C8569;
}
.BgClassName
{
background-color: #5C8569;
}
</style>
border-color css
<style>
span { border-color: #5C8569; }
span { border-color: rgb(92,133,105); }
td.TdClassName
{
border-color: #5C8569;
}
.TagClassName
{
border-color: #5C8569;
}
</style>