Shades of Oxley #5A8E6A
Tints of Oxley #5A8E6A
RGB
CMYK
RGB Variations
Color information
#5A8E6A (or 0x5A8E6A) is known color: Oxley. HEX triplet: 5A, 8E and 6A. RGB value is (90,142,106). Sum of RGB (Red+Green+Blue) = 90+142+106=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8E6A is #A57195. Grayscale: #7A7A7A. Windows color (decimal): -10842518 or 6983258. OLE color: 6983258.
HSL color Cylindrical-coordinate representation of color #5A8E6A: hue angle of 138.46º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E6A is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 106 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.44 |
| HSL | 138.46º | 0.22% | 0.45% | - |
| HSV(B) | 138.46º | 0.37% | 0.56% | - |
| XYZ | 16.49 | 22.56 | 17.12 | - |
| YUV | 122.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 106 | 0.37 | 0 | 0.25 | 0.44 | 138.46 | 0.22 | 0.45 |
| Hex | 5A | 8E | 6A | 25 | 0 | 19 | 2C | 8A | 16 | 2D |
| Octal | 132 | 216 | 152 | 45 | 0 | 31 | 54 | 212 | 26 | 55 |
| Binary | 1011010 | 10001110 | 1101010 | 100101 | 0 | 11001 | 101100 | 10001010 | 10110 | 101101 |
Color Harmonies of #5A8E6A
Complementary color
Monochromatic Colors of #5A8E6A
Black with #5A8E6A
Text Example
Text Example
White with #5A8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E6A; }
p { color: rgb(90,142,106); }
H1.HeaderClassName
{
color: #5A8E6A;
}
.AnyTagClassName
{
color: #5A8E6A;
}
</style>
background-color css
<style>
a { background-color: #5A8E6A; }
a { background-color: rgb(90,142,106); }
div.DivClassName
{
background-color: #5A8E6A;
}
.BgClassName
{
background-color: #5A8E6A;
}
</style>
border-color css
<style>
span { border-color: #5A8E6A; }
span { border-color: rgb(90,142,106); }
td.TdClassName
{
border-color: #5A8E6A;
}
.TagClassName
{
border-color: #5A8E6A;
}
</style>