Shades of Sirocco #5A7667
Tints of Sirocco #5A7667
RGB
CMYK
RGB Variations
Color information
#5A7667 (or 0x5A7667) is known color: Sirocco. HEX triplet: 5A, 76 and 67. RGB value is (90,118,103). Sum of RGB (Red+Green+Blue) = 90+118+103=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7667 is #A58998. Grayscale: #6B6B6B. Windows color (decimal): -10848665 or 6780506. OLE color: 6780506.
HSL color Cylindrical-coordinate representation of color #5A7667: hue angle of 147.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7667 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 103 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.54 |
| HSL | 147.86º | 0.13% | 0.41% | - |
| HSV(B) | 147.86º | 0.24% | 0.46% | - |
| XYZ | 13.14 | 16.11 | 15.25 | - |
| YUV | 107.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 103 | 0.24 | 0 | 0.13 | 0.54 | 147.86 | 0.13 | 0.41 |
| Hex | 5A | 76 | 67 | 18 | 0 | D | 36 | 94 | D | 29 |
| Octal | 132 | 166 | 147 | 30 | 0 | 15 | 66 | 224 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1100111 | 11000 | 0 | 1101 | 110110 | 10010100 | 1101 | 101001 |
Color Harmonies of #5A7667
Complementary color
Monochromatic Colors of #5A7667
Black with #5A7667
Text Example
Text Example
White with #5A7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7667; }
p { color: rgb(90,118,103); }
H1.HeaderClassName
{
color: #5A7667;
}
.AnyTagClassName
{
color: #5A7667;
}
</style>
background-color css
<style>
a { background-color: #5A7667; }
a { background-color: rgb(90,118,103); }
div.DivClassName
{
background-color: #5A7667;
}
.BgClassName
{
background-color: #5A7667;
}
</style>
border-color css
<style>
span { border-color: #5A7667; }
span { border-color: rgb(90,118,103); }
td.TdClassName
{
border-color: #5A7667;
}
.TagClassName
{
border-color: #5A7667;
}
</style>