Shades of Como #538565
Tints of Como #538565
RGB
CMYK
RGB Variations
Color information
#538565 (or 0x538565) is known color: Como. HEX triplet: 53, 85 and 65. RGB value is (83,133,101). Sum of RGB (Red+Green+Blue) = 83+133+101=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #538565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538565 is #AC7A9A. Grayscale: #727272. Windows color (decimal): -11303579 or 6653267. OLE color: 6653267.
HSL color Cylindrical-coordinate representation of color #538565: hue angle of 141.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538565 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 101 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.48 |
| HSL | 141.6º | 0.23% | 0.42% | - |
| HSV(B) | 141.6º | 0.38% | 0.52% | - |
| XYZ | 14.3 | 19.55 | 15.33 | - |
| YUV | 114.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 101 | 0.38 | 0 | 0.24 | 0.48 | 141.6 | 0.23 | 0.42 |
| Hex | 53 | 85 | 65 | 26 | 0 | 18 | 30 | 8E | 17 | 2A |
| Octal | 123 | 205 | 145 | 46 | 0 | 30 | 60 | 216 | 27 | 52 |
| Binary | 1010011 | 10000101 | 1100101 | 100110 | 0 | 11000 | 110000 | 10001110 | 10111 | 101010 |
Color Harmonies of #538565
Complementary color
Monochromatic Colors of #538565
Black with #538565
Text Example
Text Example
White with #538565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538565; }
p { color: rgb(83,133,101); }
H1.HeaderClassName
{
color: #538565;
}
.AnyTagClassName
{
color: #538565;
}
</style>
background-color css
<style>
a { background-color: #538565; }
a { background-color: rgb(83,133,101); }
div.DivClassName
{
background-color: #538565;
}
.BgClassName
{
background-color: #538565;
}
</style>
border-color css
<style>
span { border-color: #538565; }
span { border-color: rgb(83,133,101); }
td.TdClassName
{
border-color: #538565;
}
.TagClassName
{
border-color: #538565;
}
</style>