Shades of Sirocco #5D8569
Tints of Sirocco #5D8569
RGB
CMYK
RGB Variations
Color information
#5D8569 (or 0x5D8569) is known color: Sirocco. HEX triplet: 5D, 85 and 69. RGB value is (93,133,105). Sum of RGB (Red+Green+Blue) = 93+133+105=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8569 is #A27A96. Grayscale: #757575. Windows color (decimal): -10648215 or 6915421. OLE color: 6915421.
HSL color Cylindrical-coordinate representation of color #5D8569: hue angle of 138º 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 #5D8569 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 105 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.48 |
| HSL | 138º | 0.18% | 0.44% | - |
| HSV(B) | 138º | 0.3% | 0.52% | - |
| XYZ | 15.45 | 20.12 | 16.43 | - |
| YUV | 117.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 105 | 0.30 | 0 | 0.21 | 0.48 | 138 | 0.18 | 0.44 |
| Hex | 5D | 85 | 69 | 1E | 0 | 15 | 30 | 8A | 12 | 2C |
| Octal | 135 | 205 | 151 | 36 | 0 | 25 | 60 | 212 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1101001 | 11110 | 0 | 10101 | 110000 | 10001010 | 10010 | 101100 |
Color Harmonies of #5D8569
Complementary color
Monochromatic Colors of #5D8569
Black with #5D8569
Text Example
Text Example
White with #5D8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8569; }
p { color: rgb(93,133,105); }
H1.HeaderClassName
{
color: #5D8569;
}
.AnyTagClassName
{
color: #5D8569;
}
</style>
background-color css
<style>
a { background-color: #5D8569; }
a { background-color: rgb(93,133,105); }
div.DivClassName
{
background-color: #5D8569;
}
.BgClassName
{
background-color: #5D8569;
}
</style>
border-color css
<style>
span { border-color: #5D8569; }
span { border-color: rgb(93,133,105); }
td.TdClassName
{
border-color: #5D8569;
}
.TagClassName
{
border-color: #5D8569;
}
</style>