Shades of Oxley #5A916E
Tints of Oxley #5A916E
RGB
CMYK
RGB Variations
Color information
#5A916E (or 0x5A916E) is known color: Oxley. HEX triplet: 5A, 91 and 6E. RGB value is (90,145,110). Sum of RGB (Red+Green+Blue) = 90+145+110=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #5A916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A916E is #A56E91. Grayscale: #7C7C7C. Windows color (decimal): -10841746 or 7246170. OLE color: 7246170.
HSL color Cylindrical-coordinate representation of color #5A916E: hue angle of 141.82º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A916E is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 110 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.43 |
| HSL | 141.82º | 0.23% | 0.46% | - |
| HSV(B) | 141.82º | 0.38% | 0.57% | - |
| XYZ | 17.16 | 23.55 | 18.39 | - |
| YUV | 124.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 110 | 0.38 | 0 | 0.24 | 0.43 | 141.82 | 0.23 | 0.46 |
| Hex | 5A | 91 | 6E | 26 | 0 | 18 | 2B | 8E | 17 | 2E |
| Octal | 132 | 221 | 156 | 46 | 0 | 30 | 53 | 216 | 27 | 56 |
| Binary | 1011010 | 10010001 | 1101110 | 100110 | 0 | 11000 | 101011 | 10001110 | 10111 | 101110 |
Color Harmonies of #5A916E
Complementary color
Monochromatic Colors of #5A916E
Black with #5A916E
Text Example
Text Example
White with #5A916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A916E; }
p { color: rgb(90,145,110); }
H1.HeaderClassName
{
color: #5A916E;
}
.AnyTagClassName
{
color: #5A916E;
}
</style>
background-color css
<style>
a { background-color: #5A916E; }
a { background-color: rgb(90,145,110); }
div.DivClassName
{
background-color: #5A916E;
}
.BgClassName
{
background-color: #5A916E;
}
</style>
border-color css
<style>
span { border-color: #5A916E; }
span { border-color: rgb(90,145,110); }
td.TdClassName
{
border-color: #5A916E;
}
.TagClassName
{
border-color: #5A916E;
}
</style>