Shades of Sirocco #5A6D65
Tints of Sirocco #5A6D65
RGB
CMYK
RGB Variations
Color information
#5A6D65 (or 0x5A6D65) is known color: Sirocco. HEX triplet: 5A, 6D and 65. RGB value is (90,109,101). Sum of RGB (Red+Green+Blue) = 90+109+101=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D65 is #A5929A. Grayscale: #666666. Windows color (decimal): -10850971 or 6647130. OLE color: 6647130.
HSL color Cylindrical-coordinate representation of color #5A6D65: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6D65 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 101 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.57 |
| HSL | 154.74º | 0.1% | 0.39% | - |
| HSV(B) | 154.74º | 0.17% | 0.43% | - |
| XYZ | 12.03 | 14.05 | 14.39 | - |
| YUV | 102.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 101 | 0.17 | 0 | 0.07 | 0.57 | 154.74 | 0.1 | 0.39 |
| Hex | 5A | 6D | 65 | 11 | 0 | 7 | 39 | 9B | A | 27 |
| Octal | 132 | 155 | 145 | 21 | 0 | 7 | 71 | 233 | 12 | 47 |
| Binary | 1011010 | 1101101 | 1100101 | 10001 | 0 | 111 | 111001 | 10011011 | 1010 | 100111 |
Color Harmonies of #5A6D65
Complementary color
Monochromatic Colors of #5A6D65
Black with #5A6D65
Text Example
Text Example
White with #5A6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D65; }
p { color: rgb(90,109,101); }
H1.HeaderClassName
{
color: #5A6D65;
}
.AnyTagClassName
{
color: #5A6D65;
}
</style>
background-color css
<style>
a { background-color: #5A6D65; }
a { background-color: rgb(90,109,101); }
div.DivClassName
{
background-color: #5A6D65;
}
.BgClassName
{
background-color: #5A6D65;
}
</style>
border-color css
<style>
span { border-color: #5A6D65; }
span { border-color: rgb(90,109,101); }
td.TdClassName
{
border-color: #5A6D65;
}
.TagClassName
{
border-color: #5A6D65;
}
</style>