Shades of Como #538A60
Tints of Como #538A60
RGB
CMYK
RGB Variations
Color information
#538A60 (or 0x538A60) is known color: Como. HEX triplet: 53, 8A and 60. RGB value is (83,138,96). Sum of RGB (Red+Green+Blue) = 83+138+96=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #538A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A60 is #AC759F. Grayscale: #747474. Windows color (decimal): -11302304 or 6326867. OLE color: 6326867.
HSL color Cylindrical-coordinate representation of color #538A60: hue angle of 134.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A60 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 96 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.46 |
| HSL | 134.18º | 0.25% | 0.43% | - |
| HSV(B) | 134.18º | 0.4% | 0.54% | - |
| XYZ | 14.77 | 20.86 | 14.31 | - |
| YUV | 116.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 96 | 0.40 | 0 | 0.30 | 0.46 | 134.18 | 0.25 | 0.43 |
| Hex | 53 | 8A | 60 | 28 | 0 | 1E | 2E | 86 | 19 | 2B |
| Octal | 123 | 212 | 140 | 50 | 0 | 36 | 56 | 206 | 31 | 53 |
| Binary | 1010011 | 10001010 | 1100000 | 101000 | 0 | 11110 | 101110 | 10000110 | 11001 | 101011 |
Color Harmonies of #538A60
Complementary color
Monochromatic Colors of #538A60
Black with #538A60
Text Example
Text Example
White with #538A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A60; }
p { color: rgb(83,138,96); }
H1.HeaderClassName
{
color: #538A60;
}
.AnyTagClassName
{
color: #538A60;
}
</style>
background-color css
<style>
a { background-color: #538A60; }
a { background-color: rgb(83,138,96); }
div.DivClassName
{
background-color: #538A60;
}
.BgClassName
{
background-color: #538A60;
}
</style>
border-color css
<style>
span { border-color: #538A60; }
span { border-color: rgb(83,138,96); }
td.TdClassName
{
border-color: #538A60;
}
.TagClassName
{
border-color: #538A60;
}
</style>