Shades of Oxley #5A956C
Tints of Oxley #5A956C
RGB
CMYK
RGB Variations
Color information
#5A956C (or 0x5A956C) is known color: Oxley. HEX triplet: 5A, 95 and 6C. RGB value is (90,149,108). Sum of RGB (Red+Green+Blue) = 90+149+108=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #5A956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A956C is #A56A93. Grayscale: #7E7E7E. Windows color (decimal): -10840724 or 7116122. OLE color: 7116122.
HSL color Cylindrical-coordinate representation of color #5A956C: hue angle of 138.31º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A956C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 108 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.42 |
| HSL | 138.31º | 0.25% | 0.47% | - |
| HSV(B) | 138.31º | 0.4% | 0.58% | - |
| XYZ | 17.67 | 24.75 | 18.03 | - |
| YUV | 126.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 108 | 0.40 | 0 | 0.28 | 0.42 | 138.31 | 0.25 | 0.47 |
| Hex | 5A | 95 | 6C | 28 | 0 | 1C | 2A | 8A | 19 | 2F |
| Octal | 132 | 225 | 154 | 50 | 0 | 34 | 52 | 212 | 31 | 57 |
| Binary | 1011010 | 10010101 | 1101100 | 101000 | 0 | 11100 | 101010 | 10001010 | 11001 | 101111 |
Color Harmonies of #5A956C
Complementary color
Monochromatic Colors of #5A956C
Black with #5A956C
Text Example
Text Example
White with #5A956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A956C; }
p { color: rgb(90,149,108); }
H1.HeaderClassName
{
color: #5A956C;
}
.AnyTagClassName
{
color: #5A956C;
}
</style>
background-color css
<style>
a { background-color: #5A956C; }
a { background-color: rgb(90,149,108); }
div.DivClassName
{
background-color: #5A956C;
}
.BgClassName
{
background-color: #5A956C;
}
</style>
border-color css
<style>
span { border-color: #5A956C; }
span { border-color: rgb(90,149,108); }
td.TdClassName
{
border-color: #5A956C;
}
.TagClassName
{
border-color: #5A956C;
}
</style>