Shades of Oxley #5EA575
Tints of Oxley #5EA575
RGB
CMYK
RGB Variations
Color information
#5EA575 (or 0x5EA575) is known color: Oxley. HEX triplet: 5E, A5 and 75. RGB value is (94,165,117). Sum of RGB (Red+Green+Blue) = 94+165+117=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA575 is #A15A8A. Grayscale: #8A8A8A. Windows color (decimal): -10574475 or 7710046. OLE color: 7710046.
HSL color Cylindrical-coordinate representation of color #5EA575: hue angle of 139.44º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA575 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 117 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.35 |
| HSL | 139.44º | 0.28% | 0.51% | - |
| HSV(B) | 139.44º | 0.43% | 0.65% | - |
| XYZ | 21.28 | 30.57 | 21.61 | - |
| YUV | 138.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 117 | 0.43 | 0 | 0.29 | 0.35 | 139.44 | 0.28 | 0.51 |
| Hex | 5E | A5 | 75 | 2B | 0 | 1D | 23 | 8B | 1C | 33 |
| Octal | 136 | 245 | 165 | 53 | 0 | 35 | 43 | 213 | 34 | 63 |
| Binary | 1011110 | 10100101 | 1110101 | 101011 | 0 | 11101 | 100011 | 10001011 | 11100 | 110011 |
Color Harmonies of #5EA575
Complementary color
Monochromatic Colors of #5EA575
Black with #5EA575
Text Example
Text Example
White with #5EA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA575; }
p { color: rgb(94,165,117); }
H1.HeaderClassName
{
color: #5EA575;
}
.AnyTagClassName
{
color: #5EA575;
}
</style>
background-color css
<style>
a { background-color: #5EA575; }
a { background-color: rgb(94,165,117); }
div.DivClassName
{
background-color: #5EA575;
}
.BgClassName
{
background-color: #5EA575;
}
</style>
border-color css
<style>
span { border-color: #5EA575; }
span { border-color: rgb(94,165,117); }
td.TdClassName
{
border-color: #5EA575;
}
.TagClassName
{
border-color: #5EA575;
}
</style>