Shades of Sirocco #5C7168
Tints of Sirocco #5C7168
RGB
CMYK
RGB Variations
Color information
#5C7168 (or 0x5C7168) is known color: Sirocco. HEX triplet: 5C, 71 and 68. RGB value is (92,113,104). Sum of RGB (Red+Green+Blue) = 92+113+104=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7168 is #A38E97. Grayscale: #696969. Windows color (decimal): -10718872 or 6844764. OLE color: 6844764.
HSL color Cylindrical-coordinate representation of color #5C7168: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C7168 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 104 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.56 |
| HSL | 154.29º | 0.1% | 0.4% | - |
| HSV(B) | 154.29º | 0.19% | 0.44% | - |
| XYZ | 12.82 | 15.09 | 15.33 | - |
| YUV | 105.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 104 | 0.19 | 0 | 0.08 | 0.56 | 154.29 | 0.1 | 0.4 |
| Hex | 5C | 71 | 68 | 13 | 0 | 8 | 38 | 9A | A | 28 |
| Octal | 134 | 161 | 150 | 23 | 0 | 10 | 70 | 232 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1101000 | 10011 | 0 | 1000 | 111000 | 10011010 | 1010 | 101000 |
Color Harmonies of #5C7168
Complementary color
Monochromatic Colors of #5C7168
Black with #5C7168
Text Example
Text Example
White with #5C7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7168; }
p { color: rgb(92,113,104); }
H1.HeaderClassName
{
color: #5C7168;
}
.AnyTagClassName
{
color: #5C7168;
}
</style>
background-color css
<style>
a { background-color: #5C7168; }
a { background-color: rgb(92,113,104); }
div.DivClassName
{
background-color: #5C7168;
}
.BgClassName
{
background-color: #5C7168;
}
</style>
border-color css
<style>
span { border-color: #5C7168; }
span { border-color: rgb(92,113,104); }
td.TdClassName
{
border-color: #5C7168;
}
.TagClassName
{
border-color: #5C7168;
}
</style>