Shades of Sirocco #5D8568
Tints of Sirocco #5D8568
RGB
CMYK
RGB Variations
Color information
#5D8568 (or 0x5D8568) is known color: Sirocco. HEX triplet: 5D, 85 and 68. RGB value is (93,133,104). Sum of RGB (Red+Green+Blue) = 93+133+104=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8568 is #A27A97. Grayscale: #757575. Windows color (decimal): -10648216 or 6849885. OLE color: 6849885.
HSL color Cylindrical-coordinate representation of color #5D8568: hue angle of 136.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 #5D8568 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 104 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.48 |
| HSL | 136.5º | 0.18% | 0.44% | - |
| HSV(B) | 136.5º | 0.3% | 0.52% | - |
| XYZ | 15.4 | 20.1 | 16.17 | - |
| YUV | 117.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 104 | 0.30 | 0 | 0.22 | 0.48 | 136.5 | 0.18 | 0.44 |
| Hex | 5D | 85 | 68 | 1E | 0 | 16 | 30 | 88 | 12 | 2C |
| Octal | 135 | 205 | 150 | 36 | 0 | 26 | 60 | 210 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1101000 | 11110 | 0 | 10110 | 110000 | 10001000 | 10010 | 101100 |
Color Harmonies of #5D8568
Complementary color
Monochromatic Colors of #5D8568
Black with #5D8568
Text Example
Text Example
White with #5D8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8568; }
p { color: rgb(93,133,104); }
H1.HeaderClassName
{
color: #5D8568;
}
.AnyTagClassName
{
color: #5D8568;
}
</style>
background-color css
<style>
a { background-color: #5D8568; }
a { background-color: rgb(93,133,104); }
div.DivClassName
{
background-color: #5D8568;
}
.BgClassName
{
background-color: #5D8568;
}
</style>
border-color css
<style>
span { border-color: #5D8568; }
span { border-color: rgb(93,133,104); }
td.TdClassName
{
border-color: #5D8568;
}
.TagClassName
{
border-color: #5D8568;
}
</style>