Shades of Oxley #5A906E
Tints of Oxley #5A906E
RGB
CMYK
RGB Variations
Color information
#5A906E (or 0x5A906E) is known color: Oxley. HEX triplet: 5A, 90 and 6E. RGB value is (90,144,110). Sum of RGB (Red+Green+Blue) = 90+144+110=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #5A906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A906E is #A56F91. Grayscale: #7C7C7C. Windows color (decimal): -10842002 or 7245914. OLE color: 7245914.
HSL color Cylindrical-coordinate representation of color #5A906E: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A906E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 110 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.44 |
| HSL | 142.22º | 0.23% | 0.46% | - |
| HSV(B) | 142.22º | 0.38% | 0.56% | - |
| XYZ | 17 | 23.25 | 18.34 | - |
| YUV | 123.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 110 | 0.37 | 0 | 0.24 | 0.44 | 142.22 | 0.23 | 0.46 |
| Hex | 5A | 90 | 6E | 25 | 0 | 18 | 2C | 8E | 17 | 2E |
| Octal | 132 | 220 | 156 | 45 | 0 | 30 | 54 | 216 | 27 | 56 |
| Binary | 1011010 | 10010000 | 1101110 | 100101 | 0 | 11000 | 101100 | 10001110 | 10111 | 101110 |
Color Harmonies of #5A906E
Complementary color
Monochromatic Colors of #5A906E
Black with #5A906E
Text Example
Text Example
White with #5A906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A906E; }
p { color: rgb(90,144,110); }
H1.HeaderClassName
{
color: #5A906E;
}
.AnyTagClassName
{
color: #5A906E;
}
</style>
background-color css
<style>
a { background-color: #5A906E; }
a { background-color: rgb(90,144,110); }
div.DivClassName
{
background-color: #5A906E;
}
.BgClassName
{
background-color: #5A906E;
}
</style>
border-color css
<style>
span { border-color: #5A906E; }
span { border-color: rgb(90,144,110); }
td.TdClassName
{
border-color: #5A906E;
}
.TagClassName
{
border-color: #5A906E;
}
</style>