Shades of Como #5A7663
Tints of Como #5A7663
RGB
CMYK
RGB Variations
Color information
#5A7663 (or 0x5A7663) is known color: Como. HEX triplet: 5A, 76 and 63. RGB value is (90,118,99). Sum of RGB (Red+Green+Blue) = 90+118+99=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7663 is #A5899C. Grayscale: #6B6B6B. Windows color (decimal): -10848669 or 6518362. OLE color: 6518362.
HSL color Cylindrical-coordinate representation of color #5A7663: hue angle of 139.29º 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 #5A7663 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 99 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.54 |
| HSL | 139.29º | 0.13% | 0.41% | - |
| HSV(B) | 139.29º | 0.24% | 0.46% | - |
| XYZ | 12.95 | 16.03 | 14.22 | - |
| YUV | 107.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 99 | 0.24 | 0 | 0.16 | 0.54 | 139.29 | 0.13 | 0.41 |
| Hex | 5A | 76 | 63 | 18 | 0 | 10 | 36 | 8B | D | 29 |
| Octal | 132 | 166 | 143 | 30 | 0 | 20 | 66 | 213 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1100011 | 11000 | 0 | 10000 | 110110 | 10001011 | 1101 | 101001 |
Color Harmonies of #5A7663
Complementary color
Monochromatic Colors of #5A7663
Black with #5A7663
Text Example
Text Example
White with #5A7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7663; }
p { color: rgb(90,118,99); }
H1.HeaderClassName
{
color: #5A7663;
}
.AnyTagClassName
{
color: #5A7663;
}
</style>
background-color css
<style>
a { background-color: #5A7663; }
a { background-color: rgb(90,118,99); }
div.DivClassName
{
background-color: #5A7663;
}
.BgClassName
{
background-color: #5A7663;
}
</style>
border-color css
<style>
span { border-color: #5A7663; }
span { border-color: rgb(90,118,99); }
td.TdClassName
{
border-color: #5A7663;
}
.TagClassName
{
border-color: #5A7663;
}
</style>