Shades of Como #538C62
Tints of Como #538C62
RGB
CMYK
RGB Variations
Color information
#538C62 (or 0x538C62) is known color: Como. HEX triplet: 53, 8C and 62. RGB value is (83,140,98). Sum of RGB (Red+Green+Blue) = 83+140+98=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #538C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C62 is #AC739D. Grayscale: #767676. Windows color (decimal): -11301790 or 6458451. OLE color: 6458451.
HSL color Cylindrical-coordinate representation of color #538C62: hue angle of 135.79º 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 #538C62 is Cyan = 0.41, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 140 | 98 | - |
| CMYK | 0.41 | 0 | 0.3 | 0.45 |
| HSL | 135.79º | 0.26% | 0.44% | - |
| HSV(B) | 135.79º | 0.41% | 0.55% | - |
| XYZ | 15.15 | 21.48 | 14.9 | - |
| YUV | 118.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 98 | 0.41 | 0 | 0.3 | 0.45 | 135.79 | 0.26 | 0.44 |
| Hex | 53 | 8C | 62 | 29 | 0 | 1E | 2D | 88 | 1A | 2C |
| Octal | 123 | 214 | 142 | 51 | 0 | 36 | 55 | 210 | 32 | 54 |
| Binary | 1010011 | 10001100 | 1100010 | 101001 | 0 | 11110 | 101101 | 10001000 | 11010 | 101100 |
Color Harmonies of #538C62
Complementary color
Monochromatic Colors of #538C62
Black with #538C62
Text Example
Text Example
White with #538C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C62; }
p { color: rgb(83,140,98); }
H1.HeaderClassName
{
color: #538C62;
}
.AnyTagClassName
{
color: #538C62;
}
</style>
background-color css
<style>
a { background-color: #538C62; }
a { background-color: rgb(83,140,98); }
div.DivClassName
{
background-color: #538C62;
}
.BgClassName
{
background-color: #538C62;
}
</style>
border-color css
<style>
span { border-color: #538C62; }
span { border-color: rgb(83,140,98); }
td.TdClassName
{
border-color: #538C62;
}
.TagClassName
{
border-color: #538C62;
}
</style>