Shades of Sirocco #5B7C6A
Tints of Sirocco #5B7C6A
RGB
CMYK
RGB Variations
Color information
#5B7C6A (or 0x5B7C6A) is known color: Sirocco. HEX triplet: 5B, 7C and 6A. RGB value is (91,124,106). Sum of RGB (Red+Green+Blue) = 91+124+106=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C6A is #A48395. Grayscale: #707070. Windows color (decimal): -10781590 or 6978651. OLE color: 6978651.
HSL color Cylindrical-coordinate representation of color #5B7C6A: hue angle of 147.27º degrees, saturation: 0.15, 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 #5B7C6A is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 106 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.51 |
| HSL | 147.27º | 0.15% | 0.42% | - |
| HSV(B) | 147.27º | 0.27% | 0.49% | - |
| XYZ | 14.12 | 17.68 | 16.3 | - |
| YUV | 112.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 106 | 0.27 | 0 | 0.15 | 0.51 | 147.27 | 0.15 | 0.42 |
| Hex | 5B | 7C | 6A | 1B | 0 | F | 33 | 93 | F | 2A |
| Octal | 133 | 174 | 152 | 33 | 0 | 17 | 63 | 223 | 17 | 52 |
| Binary | 1011011 | 1111100 | 1101010 | 11011 | 0 | 1111 | 110011 | 10010011 | 1111 | 101010 |
Color Harmonies of #5B7C6A
Complementary color
Monochromatic Colors of #5B7C6A
Black with #5B7C6A
Text Example
Text Example
White with #5B7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C6A; }
p { color: rgb(91,124,106); }
H1.HeaderClassName
{
color: #5B7C6A;
}
.AnyTagClassName
{
color: #5B7C6A;
}
</style>
background-color css
<style>
a { background-color: #5B7C6A; }
a { background-color: rgb(91,124,106); }
div.DivClassName
{
background-color: #5B7C6A;
}
.BgClassName
{
background-color: #5B7C6A;
}
</style>
border-color css
<style>
span { border-color: #5B7C6A; }
span { border-color: rgb(91,124,106); }
td.TdClassName
{
border-color: #5B7C6A;
}
.TagClassName
{
border-color: #5B7C6A;
}
</style>