Shades of Como #538D64
Tints of Como #538D64
RGB
CMYK
RGB Variations
Color information
#538D64 (or 0x538D64) is known color: Como. HEX triplet: 53, 8D and 64. RGB value is (83,141,100). Sum of RGB (Red+Green+Blue) = 83+141+100=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #538D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D64 is #AC729B. Grayscale: #777777. Windows color (decimal): -11301532 or 6589779. OLE color: 6589779.
HSL color Cylindrical-coordinate representation of color #538D64: hue angle of 137.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D64 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 100 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.45 |
| HSL | 137.59º | 0.26% | 0.44% | - |
| HSV(B) | 137.59º | 0.41% | 0.55% | - |
| XYZ | 15.39 | 21.81 | 15.45 | - |
| YUV | 118.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 100 | 0.41 | 0 | 0.29 | 0.45 | 137.59 | 0.26 | 0.44 |
| Hex | 53 | 8D | 64 | 29 | 0 | 1D | 2D | 8A | 1A | 2C |
| Octal | 123 | 215 | 144 | 51 | 0 | 35 | 55 | 212 | 32 | 54 |
| Binary | 1010011 | 10001101 | 1100100 | 101001 | 0 | 11101 | 101101 | 10001010 | 11010 | 101100 |
Color Harmonies of #538D64
Complementary color
Monochromatic Colors of #538D64
Black with #538D64
Text Example
Text Example
White with #538D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D64; }
p { color: rgb(83,141,100); }
H1.HeaderClassName
{
color: #538D64;
}
.AnyTagClassName
{
color: #538D64;
}
</style>
background-color css
<style>
a { background-color: #538D64; }
a { background-color: rgb(83,141,100); }
div.DivClassName
{
background-color: #538D64;
}
.BgClassName
{
background-color: #538D64;
}
</style>
border-color css
<style>
span { border-color: #538D64; }
span { border-color: rgb(83,141,100); }
td.TdClassName
{
border-color: #538D64;
}
.TagClassName
{
border-color: #538D64;
}
</style>