Shades of Como #538962
Tints of Como #538962
RGB
CMYK
RGB Variations
Color information
#538962 (or 0x538962) is known color: Como. HEX triplet: 53, 89 and 62. RGB value is (83,137,98). Sum of RGB (Red+Green+Blue) = 83+137+98=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #538962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538962 is #AC769D. Grayscale: #747474. Windows color (decimal): -11302558 or 6457683. OLE color: 6457683.
HSL color Cylindrical-coordinate representation of color #538962: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538962 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 98 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.46 |
| HSL | 136.67º | 0.25% | 0.43% | - |
| HSV(B) | 136.67º | 0.39% | 0.54% | - |
| XYZ | 14.72 | 20.61 | 14.76 | - |
| YUV | 116.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 98 | 0.39 | 0 | 0.28 | 0.46 | 136.67 | 0.25 | 0.43 |
| Hex | 53 | 89 | 62 | 27 | 0 | 1C | 2E | 89 | 19 | 2B |
| Octal | 123 | 211 | 142 | 47 | 0 | 34 | 56 | 211 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1100010 | 100111 | 0 | 11100 | 101110 | 10001001 | 11001 | 101011 |
Color Harmonies of #538962
Complementary color
Monochromatic Colors of #538962
Black with #538962
Text Example
Text Example
White with #538962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538962; }
p { color: rgb(83,137,98); }
H1.HeaderClassName
{
color: #538962;
}
.AnyTagClassName
{
color: #538962;
}
</style>
background-color css
<style>
a { background-color: #538962; }
a { background-color: rgb(83,137,98); }
div.DivClassName
{
background-color: #538962;
}
.BgClassName
{
background-color: #538962;
}
</style>
border-color css
<style>
span { border-color: #538962; }
span { border-color: rgb(83,137,98); }
td.TdClassName
{
border-color: #538962;
}
.TagClassName
{
border-color: #538962;
}
</style>