Shades of Como #5A735F
Tints of Como #5A735F
RGB
CMYK
RGB Variations
Color information
#5A735F (or 0x5A735F) is known color: Como. HEX triplet: 5A, 73 and 5F. RGB value is (90,115,95). Sum of RGB (Red+Green+Blue) = 90+115+95=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #5A735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A735F is #A58CA0. Grayscale: #696969. Windows color (decimal): -10849441 or 6255450. OLE color: 6255450.
HSL color Cylindrical-coordinate representation of color #5A735F: hue angle of 132º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A735F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 95 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.55 |
| HSL | 132º | 0.12% | 0.4% | - |
| HSV(B) | 132º | 0.22% | 0.45% | - |
| XYZ | 12.41 | 15.26 | 13.12 | - |
| YUV | 105.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 95 | 0.22 | 0 | 0.17 | 0.55 | 132 | 0.12 | 0.4 |
| Hex | 5A | 73 | 5F | 16 | 0 | 11 | 37 | 84 | C | 28 |
| Octal | 132 | 163 | 137 | 26 | 0 | 21 | 67 | 204 | 14 | 50 |
| Binary | 1011010 | 1110011 | 1011111 | 10110 | 0 | 10001 | 110111 | 10000100 | 1100 | 101000 |
Color Harmonies of #5A735F
Complementary color
Monochromatic Colors of #5A735F
Black with #5A735F
Text Example
Text Example
White with #5A735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A735F; }
p { color: rgb(90,115,95); }
H1.HeaderClassName
{
color: #5A735F;
}
.AnyTagClassName
{
color: #5A735F;
}
</style>
background-color css
<style>
a { background-color: #5A735F; }
a { background-color: rgb(90,115,95); }
div.DivClassName
{
background-color: #5A735F;
}
.BgClassName
{
background-color: #5A735F;
}
</style>
border-color css
<style>
span { border-color: #5A735F; }
span { border-color: rgb(90,115,95); }
td.TdClassName
{
border-color: #5A735F;
}
.TagClassName
{
border-color: #5A735F;
}
</style>