Shades of Sirocco #5D846B
Tints of Sirocco #5D846B
RGB
CMYK
RGB Variations
Color information
#5D846B (or 0x5D846B) is known color: Sirocco. HEX triplet: 5D, 84 and 6B. RGB value is (93,132,107). Sum of RGB (Red+Green+Blue) = 93+132+107=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #5D846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D846B is #A27B94. Grayscale: #757575. Windows color (decimal): -10648469 or 7046237. OLE color: 7046237.
HSL color Cylindrical-coordinate representation of color #5D846B: hue angle of 141.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D846B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 107 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.48 |
| HSL | 141.54º | 0.17% | 0.44% | - |
| HSV(B) | 141.54º | 0.3% | 0.52% | - |
| XYZ | 15.42 | 19.89 | 16.94 | - |
| YUV | 117.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 107 | 0.30 | 0 | 0.19 | 0.48 | 141.54 | 0.17 | 0.44 |
| Hex | 5D | 84 | 6B | 1E | 0 | 13 | 30 | 8E | 11 | 2C |
| Octal | 135 | 204 | 153 | 36 | 0 | 23 | 60 | 216 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1101011 | 11110 | 0 | 10011 | 110000 | 10001110 | 10001 | 101100 |
Color Harmonies of #5D846B
Complementary color
Monochromatic Colors of #5D846B
Black with #5D846B
Text Example
Text Example
White with #5D846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D846B; }
p { color: rgb(93,132,107); }
H1.HeaderClassName
{
color: #5D846B;
}
.AnyTagClassName
{
color: #5D846B;
}
</style>
background-color css
<style>
a { background-color: #5D846B; }
a { background-color: rgb(93,132,107); }
div.DivClassName
{
background-color: #5D846B;
}
.BgClassName
{
background-color: #5D846B;
}
</style>
border-color css
<style>
span { border-color: #5D846B; }
span { border-color: rgb(93,132,107); }
td.TdClassName
{
border-color: #5D846B;
}
.TagClassName
{
border-color: #5D846B;
}
</style>