Shades of Oxley #5A906B
Tints of Oxley #5A906B
RGB
CMYK
RGB Variations
Color information
#5A906B (or 0x5A906B) is known color: Oxley. HEX triplet: 5A, 90 and 6B. RGB value is (90,144,107). Sum of RGB (Red+Green+Blue) = 90+144+107=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #5A906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A906B is #A56F94. Grayscale: #7B7B7B. Windows color (decimal): -10842005 or 7049306. OLE color: 7049306.
HSL color Cylindrical-coordinate representation of color #5A906B: hue angle of 138.89º 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 #5A906B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 107 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.44 |
| HSL | 138.89º | 0.23% | 0.46% | - |
| HSV(B) | 138.89º | 0.38% | 0.56% | - |
| XYZ | 16.84 | 23.18 | 17.5 | - |
| YUV | 123.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 107 | 0.37 | 0 | 0.26 | 0.44 | 138.89 | 0.23 | 0.46 |
| Hex | 5A | 90 | 6B | 25 | 0 | 1A | 2C | 8B | 17 | 2E |
| Octal | 132 | 220 | 153 | 45 | 0 | 32 | 54 | 213 | 27 | 56 |
| Binary | 1011010 | 10010000 | 1101011 | 100101 | 0 | 11010 | 101100 | 10001011 | 10111 | 101110 |
Color Harmonies of #5A906B
Complementary color
Monochromatic Colors of #5A906B
Black with #5A906B
Text Example
Text Example
White with #5A906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A906B; }
p { color: rgb(90,144,107); }
H1.HeaderClassName
{
color: #5A906B;
}
.AnyTagClassName
{
color: #5A906B;
}
</style>
background-color css
<style>
a { background-color: #5A906B; }
a { background-color: rgb(90,144,107); }
div.DivClassName
{
background-color: #5A906B;
}
.BgClassName
{
background-color: #5A906B;
}
</style>
border-color css
<style>
span { border-color: #5A906B; }
span { border-color: rgb(90,144,107); }
td.TdClassName
{
border-color: #5A906B;
}
.TagClassName
{
border-color: #5A906B;
}
</style>