Shades of Sirocco #5D7B6A
Tints of Sirocco #5D7B6A
RGB
CMYK
RGB Variations
Color information
#5D7B6A (or 0x5D7B6A) is known color: Sirocco. HEX triplet: 5D, 7B and 6A. RGB value is (93,123,106). Sum of RGB (Red+Green+Blue) = 93+123+106=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7B6A is #A28495. Grayscale: #707070. Windows color (decimal): -10650774 or 6978397. OLE color: 6978397.
HSL color Cylindrical-coordinate representation of color #5D7B6A: hue angle of 146º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D7B6A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 123 | 106 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.52 |
| HSL | 146º | 0.14% | 0.42% | - |
| HSV(B) | 146º | 0.24% | 0.48% | - |
| XYZ | 14.2 | 17.53 | 16.27 | - |
| YUV | 112.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 106 | 0.24 | 0 | 0.14 | 0.52 | 146 | 0.14 | 0.42 |
| Hex | 5D | 7B | 6A | 18 | 0 | E | 34 | 92 | E | 2A |
| Octal | 135 | 173 | 152 | 30 | 0 | 16 | 64 | 222 | 16 | 52 |
| Binary | 1011101 | 1111011 | 1101010 | 11000 | 0 | 1110 | 110100 | 10010010 | 1110 | 101010 |
Color Harmonies of #5D7B6A
Complementary color
Monochromatic Colors of #5D7B6A
Black with #5D7B6A
Text Example
Text Example
White with #5D7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7B6A; }
p { color: rgb(93,123,106); }
H1.HeaderClassName
{
color: #5D7B6A;
}
.AnyTagClassName
{
color: #5D7B6A;
}
</style>
background-color css
<style>
a { background-color: #5D7B6A; }
a { background-color: rgb(93,123,106); }
div.DivClassName
{
background-color: #5D7B6A;
}
.BgClassName
{
background-color: #5D7B6A;
}
</style>
border-color css
<style>
span { border-color: #5D7B6A; }
span { border-color: rgb(93,123,106); }
td.TdClassName
{
border-color: #5D7B6A;
}
.TagClassName
{
border-color: #5D7B6A;
}
</style>