Shades of Sirocco #5B7465
Tints of Sirocco #5B7465
RGB
CMYK
RGB Variations
Color information
#5B7465 (or 0x5B7465) is known color: Sirocco. HEX triplet: 5B, 74 and 65. RGB value is (91,116,101). Sum of RGB (Red+Green+Blue) = 91+116+101=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7465 is #A48B9A. Grayscale: #6A6A6A. Windows color (decimal): -10783643 or 6648923. OLE color: 6648923.
HSL color Cylindrical-coordinate representation of color #5B7465: hue angle of 144º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B7465 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 101 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.55 |
| HSL | 144º | 0.12% | 0.41% | - |
| HSV(B) | 144º | 0.22% | 0.45% | - |
| XYZ | 12.91 | 15.65 | 14.65 | - |
| YUV | 106.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 101 | 0.22 | 0 | 0.13 | 0.55 | 144 | 0.12 | 0.41 |
| Hex | 5B | 74 | 65 | 16 | 0 | D | 37 | 90 | C | 29 |
| Octal | 133 | 164 | 145 | 26 | 0 | 15 | 67 | 220 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1100101 | 10110 | 0 | 1101 | 110111 | 10010000 | 1100 | 101001 |
Color Harmonies of #5B7465
Complementary color
Monochromatic Colors of #5B7465
Black with #5B7465
Text Example
Text Example
White with #5B7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7465; }
p { color: rgb(91,116,101); }
H1.HeaderClassName
{
color: #5B7465;
}
.AnyTagClassName
{
color: #5B7465;
}
</style>
background-color css
<style>
a { background-color: #5B7465; }
a { background-color: rgb(91,116,101); }
div.DivClassName
{
background-color: #5B7465;
}
.BgClassName
{
background-color: #5B7465;
}
</style>
border-color css
<style>
span { border-color: #5B7465; }
span { border-color: rgb(91,116,101); }
td.TdClassName
{
border-color: #5B7465;
}
.TagClassName
{
border-color: #5B7465;
}
</style>