Shades of Oxley #5E906D
Tints of Oxley #5E906D
RGB
CMYK
RGB Variations
Color information
#5E906D (or 0x5E906D) is known color: Oxley. HEX triplet: 5E, 90 and 6D. RGB value is (94,144,109). Sum of RGB (Red+Green+Blue) = 94+144+109=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #5E906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E906D is #A16F92. Grayscale: #7D7D7D. Windows color (decimal): -10579859 or 7180382. OLE color: 7180382.
HSL color Cylindrical-coordinate representation of color #5E906D: hue angle of 138º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E906D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 109 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.44 |
| HSL | 138º | 0.21% | 0.47% | - |
| HSV(B) | 138º | 0.35% | 0.56% | - |
| XYZ | 17.35 | 23.43 | 18.08 | - |
| YUV | 125.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 109 | 0.35 | 0 | 0.24 | 0.44 | 138 | 0.21 | 0.47 |
| Hex | 5E | 90 | 6D | 23 | 0 | 18 | 2C | 8A | 15 | 2F |
| Octal | 136 | 220 | 155 | 43 | 0 | 30 | 54 | 212 | 25 | 57 |
| Binary | 1011110 | 10010000 | 1101101 | 100011 | 0 | 11000 | 101100 | 10001010 | 10101 | 101111 |
Color Harmonies of #5E906D
Complementary color
Monochromatic Colors of #5E906D
Black with #5E906D
Text Example
Text Example
White with #5E906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E906D; }
p { color: rgb(94,144,109); }
H1.HeaderClassName
{
color: #5E906D;
}
.AnyTagClassName
{
color: #5E906D;
}
</style>
background-color css
<style>
a { background-color: #5E906D; }
a { background-color: rgb(94,144,109); }
div.DivClassName
{
background-color: #5E906D;
}
.BgClassName
{
background-color: #5E906D;
}
</style>
border-color css
<style>
span { border-color: #5E906D; }
span { border-color: rgb(94,144,109); }
td.TdClassName
{
border-color: #5E906D;
}
.TagClassName
{
border-color: #5E906D;
}
</style>