Shades of Sirocco #5F7266
Tints of Sirocco #5F7266
RGB
CMYK
RGB Variations
Color information
#5F7266 (or 0x5F7266) is known color: Sirocco. HEX triplet: 5F, 72 and 66. RGB value is (95,114,102). Sum of RGB (Red+Green+Blue) = 95+114+102=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7266 is #A08D99. Grayscale: #6A6A6A. Windows color (decimal): -10522010 or 6713951. OLE color: 6713951.
HSL color Cylindrical-coordinate representation of color #5F7266: hue angle of 142.11º degrees, saturation: 0.09, 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 #5F7266 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 102 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.55 |
| HSL | 142.11º | 0.09% | 0.41% | - |
| HSV(B) | 142.11º | 0.17% | 0.45% | - |
| XYZ | 13.13 | 15.43 | 14.86 | - |
| YUV | 106.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 102 | 0.17 | 0 | 0.11 | 0.55 | 142.11 | 0.09 | 0.41 |
| Hex | 5F | 72 | 66 | 11 | 0 | B | 37 | 8E | 9 | 29 |
| Octal | 137 | 162 | 146 | 21 | 0 | 13 | 67 | 216 | 11 | 51 |
| Binary | 1011111 | 1110010 | 1100110 | 10001 | 0 | 1011 | 110111 | 10001110 | 1001 | 101001 |
Color Harmonies of #5F7266
Complementary color
Monochromatic Colors of #5F7266
Black with #5F7266
Text Example
Text Example
White with #5F7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7266; }
p { color: rgb(95,114,102); }
H1.HeaderClassName
{
color: #5F7266;
}
.AnyTagClassName
{
color: #5F7266;
}
</style>
background-color css
<style>
a { background-color: #5F7266; }
a { background-color: rgb(95,114,102); }
div.DivClassName
{
background-color: #5F7266;
}
.BgClassName
{
background-color: #5F7266;
}
</style>
border-color css
<style>
span { border-color: #5F7266; }
span { border-color: rgb(95,114,102); }
td.TdClassName
{
border-color: #5F7266;
}
.TagClassName
{
border-color: #5F7266;
}
</style>