Shades of Sirocco #5F7364
Tints of Sirocco #5F7364
RGB
CMYK
RGB Variations
Color information
#5F7364 (or 0x5F7364) is known color: Sirocco. HEX triplet: 5F, 73 and 64. RGB value is (95,115,100). Sum of RGB (Red+Green+Blue) = 95+115+100=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7364 is #A08C9B. Grayscale: #6B6B6B. Windows color (decimal): -10521756 or 6583135. OLE color: 6583135.
HSL color Cylindrical-coordinate representation of color #5F7364: hue angle of 135º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F7364 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 100 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.55 |
| HSL | 135º | 0.1% | 0.41% | - |
| HSV(B) | 135º | 0.17% | 0.45% | - |
| XYZ | 13.15 | 15.61 | 14.38 | - |
| YUV | 107.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 100 | 0.17 | 0 | 0.13 | 0.55 | 135 | 0.1 | 0.41 |
| Hex | 5F | 73 | 64 | 11 | 0 | D | 37 | 87 | A | 29 |
| Octal | 137 | 163 | 144 | 21 | 0 | 15 | 67 | 207 | 12 | 51 |
| Binary | 1011111 | 1110011 | 1100100 | 10001 | 0 | 1101 | 110111 | 10000111 | 1010 | 101001 |
Color Harmonies of #5F7364
Complementary color
Monochromatic Colors of #5F7364
Black with #5F7364
Text Example
Text Example
White with #5F7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7364; }
p { color: rgb(95,115,100); }
H1.HeaderClassName
{
color: #5F7364;
}
.AnyTagClassName
{
color: #5F7364;
}
</style>
background-color css
<style>
a { background-color: #5F7364; }
a { background-color: rgb(95,115,100); }
div.DivClassName
{
background-color: #5F7364;
}
.BgClassName
{
background-color: #5F7364;
}
</style>
border-color css
<style>
span { border-color: #5F7364; }
span { border-color: rgb(95,115,100); }
td.TdClassName
{
border-color: #5F7364;
}
.TagClassName
{
border-color: #5F7364;
}
</style>