Shades of Sirocco #5B7165
Tints of Sirocco #5B7165
RGB
CMYK
RGB Variations
Color information
#5B7165 (or 0x5B7165) is known color: Sirocco. HEX triplet: 5B, 71 and 65. RGB value is (91,113,101). Sum of RGB (Red+Green+Blue) = 91+113+101=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7165 is #A48E9A. Grayscale: #696969. Windows color (decimal): -10784411 or 6648155. OLE color: 6648155.
HSL color Cylindrical-coordinate representation of color #5B7165: hue angle of 147.27º degrees, saturation: 0.11, 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 #5B7165 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 113 | 101 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.56 |
| HSL | 147.27º | 0.11% | 0.4% | - |
| HSV(B) | 147.27º | 0.19% | 0.44% | - |
| XYZ | 12.57 | 14.97 | 14.54 | - |
| YUV | 105.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 101 | 0.19 | 0 | 0.11 | 0.56 | 147.27 | 0.11 | 0.4 |
| Hex | 5B | 71 | 65 | 13 | 0 | B | 38 | 93 | B | 28 |
| Octal | 133 | 161 | 145 | 23 | 0 | 13 | 70 | 223 | 13 | 50 |
| Binary | 1011011 | 1110001 | 1100101 | 10011 | 0 | 1011 | 111000 | 10010011 | 1011 | 101000 |
Color Harmonies of #5B7165
Complementary color
Monochromatic Colors of #5B7165
Black with #5B7165
Text Example
Text Example
White with #5B7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7165; }
p { color: rgb(91,113,101); }
H1.HeaderClassName
{
color: #5B7165;
}
.AnyTagClassName
{
color: #5B7165;
}
</style>
background-color css
<style>
a { background-color: #5B7165; }
a { background-color: rgb(91,113,101); }
div.DivClassName
{
background-color: #5B7165;
}
.BgClassName
{
background-color: #5B7165;
}
</style>
border-color css
<style>
span { border-color: #5B7165; }
span { border-color: rgb(91,113,101); }
td.TdClassName
{
border-color: #5B7165;
}
.TagClassName
{
border-color: #5B7165;
}
</style>