Shades of Como #538863
Tints of Como #538863
RGB
CMYK
RGB Variations
Color information
#538863 (or 0x538863) is known color: Como. HEX triplet: 53, 88 and 63. RGB value is (83,136,99). Sum of RGB (Red+Green+Blue) = 83+136+99=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #538863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538863 is #AC779C. Grayscale: #747474. Windows color (decimal): -11302813 or 6522963. OLE color: 6522963.
HSL color Cylindrical-coordinate representation of color #538863: hue angle of 138.11º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538863 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 99 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.47 |
| HSL | 138.11º | 0.24% | 0.43% | - |
| HSV(B) | 138.11º | 0.39% | 0.53% | - |
| XYZ | 14.62 | 20.35 | 14.96 | - |
| YUV | 115.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 99 | 0.39 | 0 | 0.27 | 0.47 | 138.11 | 0.24 | 0.43 |
| Hex | 53 | 88 | 63 | 27 | 0 | 1B | 2F | 8A | 18 | 2B |
| Octal | 123 | 210 | 143 | 47 | 0 | 33 | 57 | 212 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1100011 | 100111 | 0 | 11011 | 101111 | 10001010 | 11000 | 101011 |
Color Harmonies of #538863
Complementary color
Monochromatic Colors of #538863
Black with #538863
Text Example
Text Example
White with #538863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538863; }
p { color: rgb(83,136,99); }
H1.HeaderClassName
{
color: #538863;
}
.AnyTagClassName
{
color: #538863;
}
</style>
background-color css
<style>
a { background-color: #538863; }
a { background-color: rgb(83,136,99); }
div.DivClassName
{
background-color: #538863;
}
.BgClassName
{
background-color: #538863;
}
</style>
border-color css
<style>
span { border-color: #538863; }
span { border-color: rgb(83,136,99); }
td.TdClassName
{
border-color: #538863;
}
.TagClassName
{
border-color: #538863;
}
</style>