Shades of Oxley #5A936D
Tints of Oxley #5A936D
RGB
CMYK
RGB Variations
Color information
#5A936D (or 0x5A936D) is known color: Oxley. HEX triplet: 5A, 93 and 6D. RGB value is (90,147,109). Sum of RGB (Red+Green+Blue) = 90+147+109=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #5A936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A936D is #A56C92. Grayscale: #7D7D7D. Windows color (decimal): -10841235 or 7181146. OLE color: 7181146.
HSL color Cylindrical-coordinate representation of color #5A936D: hue angle of 140º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A936D is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 109 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.42 |
| HSL | 140º | 0.24% | 0.46% | - |
| HSV(B) | 140º | 0.39% | 0.58% | - |
| XYZ | 17.41 | 24.15 | 18.21 | - |
| YUV | 125.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 109 | 0.39 | 0 | 0.26 | 0.42 | 140 | 0.24 | 0.46 |
| Hex | 5A | 93 | 6D | 27 | 0 | 1A | 2A | 8C | 18 | 2E |
| Octal | 132 | 223 | 155 | 47 | 0 | 32 | 52 | 214 | 30 | 56 |
| Binary | 1011010 | 10010011 | 1101101 | 100111 | 0 | 11010 | 101010 | 10001100 | 11000 | 101110 |
Color Harmonies of #5A936D
Complementary color
Monochromatic Colors of #5A936D
Black with #5A936D
Text Example
Text Example
White with #5A936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A936D; }
p { color: rgb(90,147,109); }
H1.HeaderClassName
{
color: #5A936D;
}
.AnyTagClassName
{
color: #5A936D;
}
</style>
background-color css
<style>
a { background-color: #5A936D; }
a { background-color: rgb(90,147,109); }
div.DivClassName
{
background-color: #5A936D;
}
.BgClassName
{
background-color: #5A936D;
}
</style>
border-color css
<style>
span { border-color: #5A936D; }
span { border-color: rgb(90,147,109); }
td.TdClassName
{
border-color: #5A936D;
}
.TagClassName
{
border-color: #5A936D;
}
</style>