Shades of Sirocco #5D8066
Tints of Sirocco #5D8066
RGB
CMYK
RGB Variations
Color information
#5D8066 (or 0x5D8066) is known color: Sirocco. HEX triplet: 5D, 80 and 66. RGB value is (93,128,102). Sum of RGB (Red+Green+Blue) = 93+128+102=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8066 is #A27F99. Grayscale: #727272. Windows color (decimal): -10649498 or 6717533. OLE color: 6717533.
HSL color Cylindrical-coordinate representation of color #5D8066: hue angle of 135.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D8066 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 102 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.50 |
| HSL | 135.43º | 0.16% | 0.43% | - |
| HSV(B) | 135.43º | 0.27% | 0.5% | - |
| XYZ | 14.63 | 18.72 | 15.41 | - |
| YUV | 114.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 102 | 0.27 | 0 | 0.20 | 0.50 | 135.43 | 0.16 | 0.43 |
| Hex | 5D | 80 | 66 | 1B | 0 | 14 | 32 | 87 | 10 | 2B |
| Octal | 135 | 200 | 146 | 33 | 0 | 24 | 62 | 207 | 20 | 53 |
| Binary | 1011101 | 10000000 | 1100110 | 11011 | 0 | 10100 | 110010 | 10000111 | 10000 | 101011 |
Color Harmonies of #5D8066
Complementary color
Monochromatic Colors of #5D8066
Black with #5D8066
Text Example
Text Example
White with #5D8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8066; }
p { color: rgb(93,128,102); }
H1.HeaderClassName
{
color: #5D8066;
}
.AnyTagClassName
{
color: #5D8066;
}
</style>
background-color css
<style>
a { background-color: #5D8066; }
a { background-color: rgb(93,128,102); }
div.DivClassName
{
background-color: #5D8066;
}
.BgClassName
{
background-color: #5D8066;
}
</style>
border-color css
<style>
span { border-color: #5D8066; }
span { border-color: rgb(93,128,102); }
td.TdClassName
{
border-color: #5D8066;
}
.TagClassName
{
border-color: #5D8066;
}
</style>