Shades of Sirocco #5F7365
Tints of Sirocco #5F7365
RGB
CMYK
RGB Variations
Color information
#5F7365 (or 0x5F7365) is known color: Sirocco. HEX triplet: 5F, 73 and 65. RGB value is (95,115,101). Sum of RGB (Red+Green+Blue) = 95+115+101=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7365 is #A08C9A. Grayscale: #6B6B6B. Windows color (decimal): -10521755 or 6648671. OLE color: 6648671.
HSL color Cylindrical-coordinate representation of color #5F7365: hue angle of 138º 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 #5F7365 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 101 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.55 |
| HSL | 138º | 0.1% | 0.41% | - |
| HSV(B) | 138º | 0.17% | 0.45% | - |
| XYZ | 13.2 | 15.63 | 14.63 | - |
| YUV | 107.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 101 | 0.17 | 0 | 0.12 | 0.55 | 138 | 0.1 | 0.41 |
| Hex | 5F | 73 | 65 | 11 | 0 | C | 37 | 8A | A | 29 |
| Octal | 137 | 163 | 145 | 21 | 0 | 14 | 67 | 212 | 12 | 51 |
| Binary | 1011111 | 1110011 | 1100101 | 10001 | 0 | 1100 | 110111 | 10001010 | 1010 | 101001 |
Color Harmonies of #5F7365
Complementary color
Monochromatic Colors of #5F7365
Black with #5F7365
Text Example
Text Example
White with #5F7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7365; }
p { color: rgb(95,115,101); }
H1.HeaderClassName
{
color: #5F7365;
}
.AnyTagClassName
{
color: #5F7365;
}
</style>
background-color css
<style>
a { background-color: #5F7365; }
a { background-color: rgb(95,115,101); }
div.DivClassName
{
background-color: #5F7365;
}
.BgClassName
{
background-color: #5F7365;
}
</style>
border-color css
<style>
span { border-color: #5F7365; }
span { border-color: rgb(95,115,101); }
td.TdClassName
{
border-color: #5F7365;
}
.TagClassName
{
border-color: #5F7365;
}
</style>