Shades of Sirocco #5B7D67
Tints of Sirocco #5B7D67
RGB
CMYK
RGB Variations
Color information
#5B7D67 (or 0x5B7D67) is known color: Sirocco. HEX triplet: 5B, 7D and 67. RGB value is (91,125,103). Sum of RGB (Red+Green+Blue) = 91+125+103=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D67 is #A48298. Grayscale: #707070. Windows color (decimal): -10781337 or 6782299. OLE color: 6782299.
HSL color Cylindrical-coordinate representation of color #5B7D67: hue angle of 141.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7D67 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 103 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.51 |
| HSL | 141.18º | 0.16% | 0.42% | - |
| HSV(B) | 141.18º | 0.27% | 0.49% | - |
| XYZ | 14.1 | 17.87 | 15.54 | - |
| YUV | 112.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 103 | 0.27 | 0 | 0.18 | 0.51 | 141.18 | 0.16 | 0.42 |
| Hex | 5B | 7D | 67 | 1B | 0 | 12 | 33 | 8D | 10 | 2A |
| Octal | 133 | 175 | 147 | 33 | 0 | 22 | 63 | 215 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1100111 | 11011 | 0 | 10010 | 110011 | 10001101 | 10000 | 101010 |
Color Harmonies of #5B7D67
Complementary color
Monochromatic Colors of #5B7D67
Black with #5B7D67
Text Example
Text Example
White with #5B7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D67; }
p { color: rgb(91,125,103); }
H1.HeaderClassName
{
color: #5B7D67;
}
.AnyTagClassName
{
color: #5B7D67;
}
</style>
background-color css
<style>
a { background-color: #5B7D67; }
a { background-color: rgb(91,125,103); }
div.DivClassName
{
background-color: #5B7D67;
}
.BgClassName
{
background-color: #5B7D67;
}
</style>
border-color css
<style>
span { border-color: #5B7D67; }
span { border-color: rgb(91,125,103); }
td.TdClassName
{
border-color: #5B7D67;
}
.TagClassName
{
border-color: #5B7D67;
}
</style>