Shades of Como #538E69
Tints of Como #538E69
RGB
CMYK
RGB Variations
Color information
#538E69 (or 0x538E69) is known color: Como. HEX triplet: 53, 8E and 69. RGB value is (83,142,105). Sum of RGB (Red+Green+Blue) = 83+142+105=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #538E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E69 is #AC7196. Grayscale: #787878. Windows color (decimal): -11301271 or 6917715. OLE color: 6917715.
HSL color Cylindrical-coordinate representation of color #538E69: hue angle of 142.37º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E69 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 105 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.44 |
| HSL | 142.37º | 0.26% | 0.44% | - |
| HSV(B) | 142.37º | 0.42% | 0.56% | - |
| XYZ | 15.79 | 22.2 | 16.82 | - |
| YUV | 120.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 105 | 0.42 | 0 | 0.26 | 0.44 | 142.37 | 0.26 | 0.44 |
| Hex | 53 | 8E | 69 | 2A | 0 | 1A | 2C | 8E | 1A | 2C |
| Octal | 123 | 216 | 151 | 52 | 0 | 32 | 54 | 216 | 32 | 54 |
| Binary | 1010011 | 10001110 | 1101001 | 101010 | 0 | 11010 | 101100 | 10001110 | 11010 | 101100 |
Color Harmonies of #538E69
Complementary color
Monochromatic Colors of #538E69
Black with #538E69
Text Example
Text Example
White with #538E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E69; }
p { color: rgb(83,142,105); }
H1.HeaderClassName
{
color: #538E69;
}
.AnyTagClassName
{
color: #538E69;
}
</style>
background-color css
<style>
a { background-color: #538E69; }
a { background-color: rgb(83,142,105); }
div.DivClassName
{
background-color: #538E69;
}
.BgClassName
{
background-color: #538E69;
}
</style>
border-color css
<style>
span { border-color: #538E69; }
span { border-color: rgb(83,142,105); }
td.TdClassName
{
border-color: #538E69;
}
.TagClassName
{
border-color: #538E69;
}
</style>