Shades of Oxley #5E9571
Tints of Oxley #5E9571
RGB
CMYK
RGB Variations
Color information
#5E9571 (or 0x5E9571) is known color: Oxley. HEX triplet: 5E, 95 and 71. RGB value is (94,149,113). Sum of RGB (Red+Green+Blue) = 94+149+113=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9571 is #A16A8E. Grayscale: #808080. Windows color (decimal): -10578575 or 7443806. OLE color: 7443806.
HSL color Cylindrical-coordinate representation of color #5E9571: hue angle of 140.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9571 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 113 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.42 |
| HSL | 140.73º | 0.23% | 0.48% | - |
| HSV(B) | 140.73º | 0.37% | 0.58% | - |
| XYZ | 18.34 | 25.07 | 19.49 | - |
| YUV | 128.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 113 | 0.37 | 0 | 0.24 | 0.42 | 140.73 | 0.23 | 0.48 |
| Hex | 5E | 95 | 71 | 25 | 0 | 18 | 2A | 8D | 17 | 30 |
| Octal | 136 | 225 | 161 | 45 | 0 | 30 | 52 | 215 | 27 | 60 |
| Binary | 1011110 | 10010101 | 1110001 | 100101 | 0 | 11000 | 101010 | 10001101 | 10111 | 110000 |
Color Harmonies of #5E9571
Complementary color
Monochromatic Colors of #5E9571
Black with #5E9571
Text Example
Text Example
White with #5E9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9571; }
p { color: rgb(94,149,113); }
H1.HeaderClassName
{
color: #5E9571;
}
.AnyTagClassName
{
color: #5E9571;
}
</style>
background-color css
<style>
a { background-color: #5E9571; }
a { background-color: rgb(94,149,113); }
div.DivClassName
{
background-color: #5E9571;
}
.BgClassName
{
background-color: #5E9571;
}
</style>
border-color css
<style>
span { border-color: #5E9571; }
span { border-color: rgb(94,149,113); }
td.TdClassName
{
border-color: #5E9571;
}
.TagClassName
{
border-color: #5E9571;
}
</style>