Shades of Sirocco #5D7564
Tints of Sirocco #5D7564
RGB
CMYK
RGB Variations
Color information
#5D7564 (or 0x5D7564) is known color: Sirocco. HEX triplet: 5D, 75 and 64. RGB value is (93,117,100). Sum of RGB (Red+Green+Blue) = 93+117+100=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7564 is #A28A9B. Grayscale: #6B6B6B. Windows color (decimal): -10652316 or 6583645. OLE color: 6583645.
HSL color Cylindrical-coordinate representation of color #5D7564: hue angle of 137.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7564 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 100 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.54 |
| HSL | 137.5º | 0.11% | 0.41% | - |
| HSV(B) | 137.5º | 0.21% | 0.46% | - |
| XYZ | 13.18 | 15.97 | 14.44 | - |
| YUV | 107.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 100 | 0.21 | 0 | 0.15 | 0.54 | 137.5 | 0.11 | 0.41 |
| Hex | 5D | 75 | 64 | 15 | 0 | F | 36 | 8A | B | 29 |
| Octal | 135 | 165 | 144 | 25 | 0 | 17 | 66 | 212 | 13 | 51 |
| Binary | 1011101 | 1110101 | 1100100 | 10101 | 0 | 1111 | 110110 | 10001010 | 1011 | 101001 |
Color Harmonies of #5D7564
Complementary color
Monochromatic Colors of #5D7564
Black with #5D7564
Text Example
Text Example
White with #5D7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7564; }
p { color: rgb(93,117,100); }
H1.HeaderClassName
{
color: #5D7564;
}
.AnyTagClassName
{
color: #5D7564;
}
</style>
background-color css
<style>
a { background-color: #5D7564; }
a { background-color: rgb(93,117,100); }
div.DivClassName
{
background-color: #5D7564;
}
.BgClassName
{
background-color: #5D7564;
}
</style>
border-color css
<style>
span { border-color: #5D7564; }
span { border-color: rgb(93,117,100); }
td.TdClassName
{
border-color: #5D7564;
}
.TagClassName
{
border-color: #5D7564;
}
</style>