Shades of Como #538C5D
Tints of Como #538C5D
RGB
CMYK
RGB Variations
Color information
#538C5D (or 0x538C5D) is known color: Como. HEX triplet: 53, 8C and 5D. RGB value is (83,140,93). Sum of RGB (Red+Green+Blue) = 83+140+93=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #538C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C5D is #AC73A2. Grayscale: #757575. Windows color (decimal): -11301795 or 6130771. OLE color: 6130771.
HSL color Cylindrical-coordinate representation of color #538C5D: hue angle of 130.53º 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 #538C5D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 140 | 93 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.45 |
| HSL | 130.53º | 0.26% | 0.44% | - |
| HSV(B) | 130.53º | 0.41% | 0.55% | - |
| XYZ | 14.92 | 21.39 | 13.7 | - |
| YUV | 117.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 93 | 0.41 | 0 | 0.34 | 0.45 | 130.53 | 0.26 | 0.44 |
| Hex | 53 | 8C | 5D | 29 | 0 | 22 | 2D | 83 | 1A | 2C |
| Octal | 123 | 214 | 135 | 51 | 0 | 42 | 55 | 203 | 32 | 54 |
| Binary | 1010011 | 10001100 | 1011101 | 101001 | 0 | 100010 | 101101 | 10000011 | 11010 | 101100 |
Color Harmonies of #538C5D
Complementary color
Monochromatic Colors of #538C5D
Black with #538C5D
Text Example
Text Example
White with #538C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C5D; }
p { color: rgb(83,140,93); }
H1.HeaderClassName
{
color: #538C5D;
}
.AnyTagClassName
{
color: #538C5D;
}
</style>
background-color css
<style>
a { background-color: #538C5D; }
a { background-color: rgb(83,140,93); }
div.DivClassName
{
background-color: #538C5D;
}
.BgClassName
{
background-color: #538C5D;
}
</style>
border-color css
<style>
span { border-color: #538C5D; }
span { border-color: rgb(83,140,93); }
td.TdClassName
{
border-color: #538C5D;
}
.TagClassName
{
border-color: #538C5D;
}
</style>