Shades of Oxley #5DA172
Tints of Oxley #5DA172
RGB
CMYK
RGB Variations
Color information
#5DA172 (or 0x5DA172) is known color: Oxley. HEX triplet: 5D, A1 and 72. RGB value is (93,161,114). Sum of RGB (Red+Green+Blue) = 93+161+114=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA172 is #A25E8D. Grayscale: #878787. Windows color (decimal): -10641038 or 7512413. OLE color: 7512413.
HSL color Cylindrical-coordinate representation of color #5DA172: hue angle of 138.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA172 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 114 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.37 |
| HSL | 138.53º | 0.27% | 0.5% | - |
| HSV(B) | 138.53º | 0.42% | 0.63% | - |
| XYZ | 20.3 | 29.03 | 20.45 | - |
| YUV | 135.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 114 | 0.42 | 0 | 0.29 | 0.37 | 138.53 | 0.27 | 0.5 |
| Hex | 5D | A1 | 72 | 2A | 0 | 1D | 25 | 8B | 1B | 32 |
| Octal | 135 | 241 | 162 | 52 | 0 | 35 | 45 | 213 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1110010 | 101010 | 0 | 11101 | 100101 | 10001011 | 11011 | 110010 |
Color Harmonies of #5DA172
Complementary color
Monochromatic Colors of #5DA172
Black with #5DA172
Text Example
Text Example
White with #5DA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA172; }
p { color: rgb(93,161,114); }
H1.HeaderClassName
{
color: #5DA172;
}
.AnyTagClassName
{
color: #5DA172;
}
</style>
background-color css
<style>
a { background-color: #5DA172; }
a { background-color: rgb(93,161,114); }
div.DivClassName
{
background-color: #5DA172;
}
.BgClassName
{
background-color: #5DA172;
}
</style>
border-color css
<style>
span { border-color: #5DA172; }
span { border-color: rgb(93,161,114); }
td.TdClassName
{
border-color: #5DA172;
}
.TagClassName
{
border-color: #5DA172;
}
</style>