Shades of Como #538A5E
Tints of Como #538A5E
RGB
CMYK
RGB Variations
Color information
#538A5E (or 0x538A5E) is known color: Como. HEX triplet: 53, 8A and 5E. RGB value is (83,138,94). Sum of RGB (Red+Green+Blue) = 83+138+94=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #538A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A5E is #AC75A1. Grayscale: #747474. Windows color (decimal): -11302306 or 6195795. OLE color: 6195795.
HSL color Cylindrical-coordinate representation of color #538A5E: hue angle of 132º 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 #538A5E is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 94 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.46 |
| HSL | 132º | 0.25% | 0.43% | - |
| HSV(B) | 132º | 0.4% | 0.54% | - |
| XYZ | 14.68 | 20.82 | 13.84 | - |
| YUV | 116.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 94 | 0.40 | 0 | 0.32 | 0.46 | 132 | 0.25 | 0.43 |
| Hex | 53 | 8A | 5E | 28 | 0 | 20 | 2E | 84 | 19 | 2B |
| Octal | 123 | 212 | 136 | 50 | 0 | 40 | 56 | 204 | 31 | 53 |
| Binary | 1010011 | 10001010 | 1011110 | 101000 | 0 | 100000 | 101110 | 10000100 | 11001 | 101011 |
Color Harmonies of #538A5E
Complementary color
Monochromatic Colors of #538A5E
Black with #538A5E
Text Example
Text Example
White with #538A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A5E; }
p { color: rgb(83,138,94); }
H1.HeaderClassName
{
color: #538A5E;
}
.AnyTagClassName
{
color: #538A5E;
}
</style>
background-color css
<style>
a { background-color: #538A5E; }
a { background-color: rgb(83,138,94); }
div.DivClassName
{
background-color: #538A5E;
}
.BgClassName
{
background-color: #538A5E;
}
</style>
border-color css
<style>
span { border-color: #538A5E; }
span { border-color: rgb(83,138,94); }
td.TdClassName
{
border-color: #538A5E;
}
.TagClassName
{
border-color: #538A5E;
}
</style>