Shades of Como #538363
Tints of Como #538363
RGB
CMYK
RGB Variations
Color information
#538363 (or 0x538363) is known color: Como. HEX triplet: 53, 83 and 63. RGB value is (83,131,99). Sum of RGB (Red+Green+Blue) = 83+131+99=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #538363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538363 is #AC7C9C. Grayscale: #717171. Windows color (decimal): -11304093 or 6521683. OLE color: 6521683.
HSL color Cylindrical-coordinate representation of color #538363: hue angle of 140º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538363 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 99 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.49 |
| HSL | 140º | 0.22% | 0.42% | - |
| HSV(B) | 140º | 0.37% | 0.51% | - |
| XYZ | 13.94 | 18.97 | 14.73 | - |
| YUV | 113 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 99 | 0.37 | 0 | 0.24 | 0.49 | 140 | 0.22 | 0.42 |
| Hex | 53 | 83 | 63 | 25 | 0 | 18 | 31 | 8C | 16 | 2A |
| Octal | 123 | 203 | 143 | 45 | 0 | 30 | 61 | 214 | 26 | 52 |
| Binary | 1010011 | 10000011 | 1100011 | 100101 | 0 | 11000 | 110001 | 10001100 | 10110 | 101010 |
Color Harmonies of #538363
Complementary color
Monochromatic Colors of #538363
Black with #538363
Text Example
Text Example
White with #538363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538363; }
p { color: rgb(83,131,99); }
H1.HeaderClassName
{
color: #538363;
}
.AnyTagClassName
{
color: #538363;
}
</style>
background-color css
<style>
a { background-color: #538363; }
a { background-color: rgb(83,131,99); }
div.DivClassName
{
background-color: #538363;
}
.BgClassName
{
background-color: #538363;
}
</style>
border-color css
<style>
span { border-color: #538363; }
span { border-color: rgb(83,131,99); }
td.TdClassName
{
border-color: #538363;
}
.TagClassName
{
border-color: #538363;
}
</style>