Shades of Como #538F69
Tints of Como #538F69
RGB
CMYK
RGB Variations
Color information
#538F69 (or 0x538F69) is known color: Como. HEX triplet: 53, 8F and 69. RGB value is (83,143,105). Sum of RGB (Red+Green+Blue) = 83+143+105=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #538F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F69 is #AC7096. Grayscale: #787878. Windows color (decimal): -11301015 or 6917971. OLE color: 6917971.
HSL color Cylindrical-coordinate representation of color #538F69: hue angle of 142º 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 #538F69 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 105 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.44 |
| HSL | 142º | 0.27% | 0.44% | - |
| HSV(B) | 142º | 0.42% | 0.56% | - |
| XYZ | 15.94 | 22.5 | 16.87 | - |
| YUV | 120.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 105 | 0.42 | 0 | 0.27 | 0.44 | 142 | 0.27 | 0.44 |
| Hex | 53 | 8F | 69 | 2A | 0 | 1B | 2C | 8E | 1B | 2C |
| Octal | 123 | 217 | 151 | 52 | 0 | 33 | 54 | 216 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1101001 | 101010 | 0 | 11011 | 101100 | 10001110 | 11011 | 101100 |
Color Harmonies of #538F69
Complementary color
Monochromatic Colors of #538F69
Black with #538F69
Text Example
Text Example
White with #538F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F69; }
p { color: rgb(83,143,105); }
H1.HeaderClassName
{
color: #538F69;
}
.AnyTagClassName
{
color: #538F69;
}
</style>
background-color css
<style>
a { background-color: #538F69; }
a { background-color: rgb(83,143,105); }
div.DivClassName
{
background-color: #538F69;
}
.BgClassName
{
background-color: #538F69;
}
</style>
border-color css
<style>
span { border-color: #538F69; }
span { border-color: rgb(83,143,105); }
td.TdClassName
{
border-color: #538F69;
}
.TagClassName
{
border-color: #538F69;
}
</style>