Shades of Como #538F67
Tints of Como #538F67
RGB
CMYK
RGB Variations
Color information
#538F67 (or 0x538F67) is known color: Como. HEX triplet: 53, 8F and 67. RGB value is (83,143,103). Sum of RGB (Red+Green+Blue) = 83+143+103=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #538F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F67 is #AC7098. Grayscale: #787878. Windows color (decimal): -11301017 or 6786899. OLE color: 6786899.
HSL color Cylindrical-coordinate representation of color #538F67: hue angle of 140º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F67 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 103 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.44 |
| HSL | 140º | 0.27% | 0.44% | - |
| HSV(B) | 140º | 0.42% | 0.56% | - |
| XYZ | 15.84 | 22.46 | 16.33 | - |
| YUV | 120.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 103 | 0.42 | 0 | 0.28 | 0.44 | 140 | 0.27 | 0.44 |
| Hex | 53 | 8F | 67 | 2A | 0 | 1C | 2C | 8C | 1B | 2C |
| Octal | 123 | 217 | 147 | 52 | 0 | 34 | 54 | 214 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1100111 | 101010 | 0 | 11100 | 101100 | 10001100 | 11011 | 101100 |
Color Harmonies of #538F67
Complementary color
Monochromatic Colors of #538F67
Black with #538F67
Text Example
Text Example
White with #538F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F67; }
p { color: rgb(83,143,103); }
H1.HeaderClassName
{
color: #538F67;
}
.AnyTagClassName
{
color: #538F67;
}
</style>
background-color css
<style>
a { background-color: #538F67; }
a { background-color: rgb(83,143,103); }
div.DivClassName
{
background-color: #538F67;
}
.BgClassName
{
background-color: #538F67;
}
</style>
border-color css
<style>
span { border-color: #538F67; }
span { border-color: rgb(83,143,103); }
td.TdClassName
{
border-color: #538F67;
}
.TagClassName
{
border-color: #538F67;
}
</style>