Shades of Sirocco #5B826B
Tints of Sirocco #5B826B
RGB
CMYK
RGB Variations
Color information
#5B826B (or 0x5B826B) is known color: Sirocco. HEX triplet: 5B, 82 and 6B. RGB value is (91,130,107). Sum of RGB (Red+Green+Blue) = 91+130+107=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #5B826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B826B is #A47D94. Grayscale: #737373. Windows color (decimal): -10780053 or 7045723. OLE color: 7045723.
HSL color Cylindrical-coordinate representation of color #5B826B: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B826B is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 107 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.49 |
| HSL | 144.62º | 0.18% | 0.43% | - |
| HSV(B) | 144.62º | 0.3% | 0.51% | - |
| XYZ | 14.95 | 19.25 | 16.84 | - |
| YUV | 115.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 107 | 0.30 | 0 | 0.18 | 0.49 | 144.62 | 0.18 | 0.43 |
| Hex | 5B | 82 | 6B | 1E | 0 | 12 | 31 | 91 | 12 | 2B |
| Octal | 133 | 202 | 153 | 36 | 0 | 22 | 61 | 221 | 22 | 53 |
| Binary | 1011011 | 10000010 | 1101011 | 11110 | 0 | 10010 | 110001 | 10010001 | 10010 | 101011 |
Color Harmonies of #5B826B
Complementary color
Monochromatic Colors of #5B826B
Black with #5B826B
Text Example
Text Example
White with #5B826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B826B; }
p { color: rgb(91,130,107); }
H1.HeaderClassName
{
color: #5B826B;
}
.AnyTagClassName
{
color: #5B826B;
}
</style>
background-color css
<style>
a { background-color: #5B826B; }
a { background-color: rgb(91,130,107); }
div.DivClassName
{
background-color: #5B826B;
}
.BgClassName
{
background-color: #5B826B;
}
</style>
border-color css
<style>
span { border-color: #5B826B; }
span { border-color: rgb(91,130,107); }
td.TdClassName
{
border-color: #5B826B;
}
.TagClassName
{
border-color: #5B826B;
}
</style>