Shades of Como #538262
Tints of Como #538262
RGB
CMYK
RGB Variations
Color information
#538262 (or 0x538262) is known color: Como. HEX triplet: 53, 82 and 62. RGB value is (83,130,98). Sum of RGB (Red+Green+Blue) = 83+130+98=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #538262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538262 is #AC7D9D. Grayscale: #707070. Windows color (decimal): -11304350 or 6455891. OLE color: 6455891.
HSL color Cylindrical-coordinate representation of color #538262: hue angle of 139.15º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538262 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 98 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.49 |
| HSL | 139.15º | 0.22% | 0.42% | - |
| HSV(B) | 139.15º | 0.36% | 0.51% | - |
| XYZ | 13.75 | 18.69 | 14.44 | - |
| YUV | 112.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 98 | 0.36 | 0 | 0.25 | 0.49 | 139.15 | 0.22 | 0.42 |
| Hex | 53 | 82 | 62 | 24 | 0 | 19 | 31 | 8B | 16 | 2A |
| Octal | 123 | 202 | 142 | 44 | 0 | 31 | 61 | 213 | 26 | 52 |
| Binary | 1010011 | 10000010 | 1100010 | 100100 | 0 | 11001 | 110001 | 10001011 | 10110 | 101010 |
Color Harmonies of #538262
Complementary color
Monochromatic Colors of #538262
Black with #538262
Text Example
Text Example
White with #538262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538262; }
p { color: rgb(83,130,98); }
H1.HeaderClassName
{
color: #538262;
}
.AnyTagClassName
{
color: #538262;
}
</style>
background-color css
<style>
a { background-color: #538262; }
a { background-color: rgb(83,130,98); }
div.DivClassName
{
background-color: #538262;
}
.BgClassName
{
background-color: #538262;
}
</style>
border-color css
<style>
span { border-color: #538262; }
span { border-color: rgb(83,130,98); }
td.TdClassName
{
border-color: #538262;
}
.TagClassName
{
border-color: #538262;
}
</style>