Shades of Sirocco #5F7568
Tints of Sirocco #5F7568
RGB
CMYK
RGB Variations
Color information
#5F7568 (or 0x5F7568) is known color: Sirocco. HEX triplet: 5F, 75 and 68. RGB value is (95,117,104). Sum of RGB (Red+Green+Blue) = 95+117+104=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7568 is #A08A97. Grayscale: #6C6C6C. Windows color (decimal): -10521240 or 6845791. OLE color: 6845791.
HSL color Cylindrical-coordinate representation of color #5F7568: hue angle of 144.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7568 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 104 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.54 |
| HSL | 144.55º | 0.1% | 0.42% | - |
| HSV(B) | 144.55º | 0.19% | 0.46% | - |
| XYZ | 13.58 | 16.15 | 15.5 | - |
| YUV | 108.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 104 | 0.19 | 0 | 0.11 | 0.54 | 144.55 | 0.1 | 0.42 |
| Hex | 5F | 75 | 68 | 13 | 0 | B | 36 | 91 | A | 2A |
| Octal | 137 | 165 | 150 | 23 | 0 | 13 | 66 | 221 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1101000 | 10011 | 0 | 1011 | 110110 | 10010001 | 1010 | 101010 |
Color Harmonies of #5F7568
Complementary color
Monochromatic Colors of #5F7568
Black with #5F7568
Text Example
Text Example
White with #5F7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7568; }
p { color: rgb(95,117,104); }
H1.HeaderClassName
{
color: #5F7568;
}
.AnyTagClassName
{
color: #5F7568;
}
</style>
background-color css
<style>
a { background-color: #5F7568; }
a { background-color: rgb(95,117,104); }
div.DivClassName
{
background-color: #5F7568;
}
.BgClassName
{
background-color: #5F7568;
}
</style>
border-color css
<style>
span { border-color: #5F7568; }
span { border-color: rgb(95,117,104); }
td.TdClassName
{
border-color: #5F7568;
}
.TagClassName
{
border-color: #5F7568;
}
</style>