Shades of Como #538B67
Tints of Como #538B67
RGB
CMYK
RGB Variations
Color information
#538B67 (or 0x538B67) is known color: Como. HEX triplet: 53, 8B and 67. RGB value is (83,139,103). Sum of RGB (Red+Green+Blue) = 83+139+103=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #538B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B67 is #AC7498. Grayscale: #767676. Windows color (decimal): -11302041 or 6785875. OLE color: 6785875.
HSL color Cylindrical-coordinate representation of color #538B67: hue angle of 141.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B67 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 103 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.45 |
| HSL | 141.43º | 0.25% | 0.44% | - |
| HSV(B) | 141.43º | 0.4% | 0.55% | - |
| XYZ | 15.25 | 21.28 | 16.14 | - |
| YUV | 118.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 103 | 0.40 | 0 | 0.26 | 0.45 | 141.43 | 0.25 | 0.44 |
| Hex | 53 | 8B | 67 | 28 | 0 | 1A | 2D | 8D | 19 | 2C |
| Octal | 123 | 213 | 147 | 50 | 0 | 32 | 55 | 215 | 31 | 54 |
| Binary | 1010011 | 10001011 | 1100111 | 101000 | 0 | 11010 | 101101 | 10001101 | 11001 | 101100 |
Color Harmonies of #538B67
Complementary color
Monochromatic Colors of #538B67
Black with #538B67
Text Example
Text Example
White with #538B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B67; }
p { color: rgb(83,139,103); }
H1.HeaderClassName
{
color: #538B67;
}
.AnyTagClassName
{
color: #538B67;
}
</style>
background-color css
<style>
a { background-color: #538B67; }
a { background-color: rgb(83,139,103); }
div.DivClassName
{
background-color: #538B67;
}
.BgClassName
{
background-color: #538B67;
}
</style>
border-color css
<style>
span { border-color: #538B67; }
span { border-color: rgb(83,139,103); }
td.TdClassName
{
border-color: #538B67;
}
.TagClassName
{
border-color: #538B67;
}
</style>