Shades of Sirocco #5B7D6B
Tints of Sirocco #5B7D6B
RGB
CMYK
RGB Variations
Color information
#5B7D6B (or 0x5B7D6B) is known color: Sirocco. HEX triplet: 5B, 7D and 6B. RGB value is (91,125,107). Sum of RGB (Red+Green+Blue) = 91+125+107=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D6B is #A48294. Grayscale: #707070. Windows color (decimal): -10781333 or 7044443. OLE color: 7044443.
HSL color Cylindrical-coordinate representation of color #5B7D6B: hue angle of 148.24º 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 #5B7D6B is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 107 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.51 |
| HSL | 148.24º | 0.16% | 0.42% | - |
| HSV(B) | 148.24º | 0.27% | 0.49% | - |
| XYZ | 14.3 | 17.95 | 16.62 | - |
| YUV | 112.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 107 | 0.27 | 0 | 0.14 | 0.51 | 148.24 | 0.16 | 0.42 |
| Hex | 5B | 7D | 6B | 1B | 0 | E | 33 | 94 | 10 | 2A |
| Octal | 133 | 175 | 153 | 33 | 0 | 16 | 63 | 224 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1101011 | 11011 | 0 | 1110 | 110011 | 10010100 | 10000 | 101010 |
Color Harmonies of #5B7D6B
Complementary color
Monochromatic Colors of #5B7D6B
Black with #5B7D6B
Text Example
Text Example
White with #5B7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D6B; }
p { color: rgb(91,125,107); }
H1.HeaderClassName
{
color: #5B7D6B;
}
.AnyTagClassName
{
color: #5B7D6B;
}
</style>
background-color css
<style>
a { background-color: #5B7D6B; }
a { background-color: rgb(91,125,107); }
div.DivClassName
{
background-color: #5B7D6B;
}
.BgClassName
{
background-color: #5B7D6B;
}
</style>
border-color css
<style>
span { border-color: #5B7D6B; }
span { border-color: rgb(91,125,107); }
td.TdClassName
{
border-color: #5B7D6B;
}
.TagClassName
{
border-color: #5B7D6B;
}
</style>