Shades of Oxley #5A9569
Tints of Oxley #5A9569
RGB
CMYK
RGB Variations
Color information
#5A9569 (or 0x5A9569) is known color: Oxley. HEX triplet: 5A, 95 and 69. RGB value is (90,149,105). Sum of RGB (Red+Green+Blue) = 90+149+105=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9569 is #A56A96. Grayscale: #7E7E7E. Windows color (decimal): -10840727 or 6919514. OLE color: 6919514.
HSL color Cylindrical-coordinate representation of color #5A9569: hue angle of 135.25º 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 #5A9569 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 105 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.42 |
| HSL | 135.25º | 0.25% | 0.47% | - |
| HSV(B) | 135.25º | 0.4% | 0.58% | - |
| XYZ | 17.51 | 24.69 | 17.21 | - |
| YUV | 126.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 105 | 0.40 | 0 | 0.30 | 0.42 | 135.25 | 0.25 | 0.47 |
| Hex | 5A | 95 | 69 | 28 | 0 | 1E | 2A | 87 | 19 | 2F |
| Octal | 132 | 225 | 151 | 50 | 0 | 36 | 52 | 207 | 31 | 57 |
| Binary | 1011010 | 10010101 | 1101001 | 101000 | 0 | 11110 | 101010 | 10000111 | 11001 | 101111 |
Color Harmonies of #5A9569
Complementary color
Monochromatic Colors of #5A9569
Black with #5A9569
Text Example
Text Example
White with #5A9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9569; }
p { color: rgb(90,149,105); }
H1.HeaderClassName
{
color: #5A9569;
}
.AnyTagClassName
{
color: #5A9569;
}
</style>
background-color css
<style>
a { background-color: #5A9569; }
a { background-color: rgb(90,149,105); }
div.DivClassName
{
background-color: #5A9569;
}
.BgClassName
{
background-color: #5A9569;
}
</style>
border-color css
<style>
span { border-color: #5A9569; }
span { border-color: rgb(90,149,105); }
td.TdClassName
{
border-color: #5A9569;
}
.TagClassName
{
border-color: #5A9569;
}
</style>