Shades of Sirocco #5C7868
Tints of Sirocco #5C7868
RGB
CMYK
RGB Variations
Color information
#5C7868 (or 0x5C7868) is known color: Sirocco. HEX triplet: 5C, 78 and 68. RGB value is (92,120,104). Sum of RGB (Red+Green+Blue) = 92+120+104=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7868 is #A38797. Grayscale: #6D6D6D. Windows color (decimal): -10717080 or 6846556. OLE color: 6846556.
HSL color Cylindrical-coordinate representation of color #5C7868: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7868 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 104 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.53 |
| HSL | 145.71º | 0.13% | 0.42% | - |
| HSV(B) | 145.71º | 0.23% | 0.47% | - |
| XYZ | 13.63 | 16.71 | 15.6 | - |
| YUV | 109.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 104 | 0.23 | 0 | 0.13 | 0.53 | 145.71 | 0.13 | 0.42 |
| Hex | 5C | 78 | 68 | 17 | 0 | D | 35 | 92 | D | 2A |
| Octal | 134 | 170 | 150 | 27 | 0 | 15 | 65 | 222 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1101000 | 10111 | 0 | 1101 | 110101 | 10010010 | 1101 | 101010 |
Color Harmonies of #5C7868
Complementary color
Monochromatic Colors of #5C7868
Black with #5C7868
Text Example
Text Example
White with #5C7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7868; }
p { color: rgb(92,120,104); }
H1.HeaderClassName
{
color: #5C7868;
}
.AnyTagClassName
{
color: #5C7868;
}
</style>
background-color css
<style>
a { background-color: #5C7868; }
a { background-color: rgb(92,120,104); }
div.DivClassName
{
background-color: #5C7868;
}
.BgClassName
{
background-color: #5C7868;
}
</style>
border-color css
<style>
span { border-color: #5C7868; }
span { border-color: rgb(92,120,104); }
td.TdClassName
{
border-color: #5C7868;
}
.TagClassName
{
border-color: #5C7868;
}
</style>