Shades of Sirocco #5B7868
Tints of Sirocco #5B7868
RGB
CMYK
RGB Variations
Color information
#5B7868 (or 0x5B7868) is known color: Sirocco. HEX triplet: 5B, 78 and 68. RGB value is (91,120,104). Sum of RGB (Red+Green+Blue) = 91+120+104=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7868 is #A48797. Grayscale: #6D6D6D. Windows color (decimal): -10782616 or 6846555. OLE color: 6846555.
HSL color Cylindrical-coordinate representation of color #5B7868: hue angle of 146.9º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7868 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 104 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.53 |
| HSL | 146.9º | 0.14% | 0.41% | - |
| HSV(B) | 146.9º | 0.24% | 0.47% | - |
| XYZ | 13.53 | 16.66 | 15.6 | - |
| YUV | 109.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 104 | 0.24 | 0 | 0.13 | 0.53 | 146.9 | 0.14 | 0.41 |
| Hex | 5B | 78 | 68 | 18 | 0 | D | 35 | 93 | E | 29 |
| Octal | 133 | 170 | 150 | 30 | 0 | 15 | 65 | 223 | 16 | 51 |
| Binary | 1011011 | 1111000 | 1101000 | 11000 | 0 | 1101 | 110101 | 10010011 | 1110 | 101001 |
Color Harmonies of #5B7868
Complementary color
Monochromatic Colors of #5B7868
Black with #5B7868
Text Example
Text Example
White with #5B7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7868; }
p { color: rgb(91,120,104); }
H1.HeaderClassName
{
color: #5B7868;
}
.AnyTagClassName
{
color: #5B7868;
}
</style>
background-color css
<style>
a { background-color: #5B7868; }
a { background-color: rgb(91,120,104); }
div.DivClassName
{
background-color: #5B7868;
}
.BgClassName
{
background-color: #5B7868;
}
</style>
border-color css
<style>
span { border-color: #5B7868; }
span { border-color: rgb(91,120,104); }
td.TdClassName
{
border-color: #5B7868;
}
.TagClassName
{
border-color: #5B7868;
}
</style>