Shades of Sirocco #5E7B69
Tints of Sirocco #5E7B69
RGB
CMYK
RGB Variations
Color information
#5E7B69 (or 0x5E7B69) is known color: Sirocco. HEX triplet: 5E, 7B and 69. RGB value is (94,123,105). Sum of RGB (Red+Green+Blue) = 94+123+105=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B69 is #A18496. Grayscale: #707070. Windows color (decimal): -10585239 or 6912862. OLE color: 6912862.
HSL color Cylindrical-coordinate representation of color #5E7B69: hue angle of 142.76º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7B69 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 105 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.52 |
| HSL | 142.76º | 0.13% | 0.43% | - |
| HSV(B) | 142.76º | 0.24% | 0.48% | - |
| XYZ | 14.25 | 17.57 | 16 | - |
| YUV | 112.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 105 | 0.24 | 0 | 0.15 | 0.52 | 142.76 | 0.13 | 0.43 |
| Hex | 5E | 7B | 69 | 18 | 0 | F | 34 | 8F | D | 2B |
| Octal | 136 | 173 | 151 | 30 | 0 | 17 | 64 | 217 | 15 | 53 |
| Binary | 1011110 | 1111011 | 1101001 | 11000 | 0 | 1111 | 110100 | 10001111 | 1101 | 101011 |
Color Harmonies of #5E7B69
Complementary color
Monochromatic Colors of #5E7B69
Black with #5E7B69
Text Example
Text Example
White with #5E7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B69; }
p { color: rgb(94,123,105); }
H1.HeaderClassName
{
color: #5E7B69;
}
.AnyTagClassName
{
color: #5E7B69;
}
</style>
background-color css
<style>
a { background-color: #5E7B69; }
a { background-color: rgb(94,123,105); }
div.DivClassName
{
background-color: #5E7B69;
}
.BgClassName
{
background-color: #5E7B69;
}
</style>
border-color css
<style>
span { border-color: #5E7B69; }
span { border-color: rgb(94,123,105); }
td.TdClassName
{
border-color: #5E7B69;
}
.TagClassName
{
border-color: #5E7B69;
}
</style>