Shades of Oxley #5D9572
Tints of Oxley #5D9572
RGB
CMYK
RGB Variations
Color information
#5D9572 (or 0x5D9572) is known color: Oxley. HEX triplet: 5D, 95 and 72. RGB value is (93,149,114). Sum of RGB (Red+Green+Blue) = 93+149+114=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9572 is #A26A8D. Grayscale: #808080. Windows color (decimal): -10644110 or 7509341. OLE color: 7509341.
HSL color Cylindrical-coordinate representation of color #5D9572: hue angle of 142.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9572 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 114 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.42 |
| HSL | 142.5º | 0.23% | 0.47% | - |
| HSV(B) | 142.5º | 0.38% | 0.58% | - |
| XYZ | 18.3 | 25.04 | 19.79 | - |
| YUV | 128.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 114 | 0.38 | 0 | 0.23 | 0.42 | 142.5 | 0.23 | 0.47 |
| Hex | 5D | 95 | 72 | 26 | 0 | 17 | 2A | 8E | 17 | 2F |
| Octal | 135 | 225 | 162 | 46 | 0 | 27 | 52 | 216 | 27 | 57 |
| Binary | 1011101 | 10010101 | 1110010 | 100110 | 0 | 10111 | 101010 | 10001110 | 10111 | 101111 |
Color Harmonies of #5D9572
Complementary color
Monochromatic Colors of #5D9572
Black with #5D9572
Text Example
Text Example
White with #5D9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9572; }
p { color: rgb(93,149,114); }
H1.HeaderClassName
{
color: #5D9572;
}
.AnyTagClassName
{
color: #5D9572;
}
</style>
background-color css
<style>
a { background-color: #5D9572; }
a { background-color: rgb(93,149,114); }
div.DivClassName
{
background-color: #5D9572;
}
.BgClassName
{
background-color: #5D9572;
}
</style>
border-color css
<style>
span { border-color: #5D9572; }
span { border-color: rgb(93,149,114); }
td.TdClassName
{
border-color: #5D9572;
}
.TagClassName
{
border-color: #5D9572;
}
</style>