Shades of Oxley #5D9374
Tints of Oxley #5D9374
RGB
CMYK
RGB Variations
Color information
#5D9374 (or 0x5D9374) is known color: Oxley. HEX triplet: 5D, 93 and 74. RGB value is (93,147,116). Sum of RGB (Red+Green+Blue) = 93+147+116=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9374 is #A26C8B. Grayscale: #7F7F7F. Windows color (decimal): -10644620 or 7639901. OLE color: 7639901.
HSL color Cylindrical-coordinate representation of color #5D9374: hue angle of 145.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D9374 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 116 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.42 |
| HSL | 145.56º | 0.23% | 0.47% | - |
| HSV(B) | 145.56º | 0.37% | 0.58% | - |
| XYZ | 18.1 | 24.46 | 20.29 | - |
| YUV | 127.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 116 | 0.37 | 0 | 0.21 | 0.42 | 145.56 | 0.23 | 0.47 |
| Hex | 5D | 93 | 74 | 25 | 0 | 15 | 2A | 92 | 16 | 2F |
| Octal | 135 | 223 | 164 | 45 | 0 | 25 | 52 | 222 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1110100 | 100101 | 0 | 10101 | 101010 | 10010010 | 10110 | 101111 |
Color Harmonies of #5D9374
Complementary color
Monochromatic Colors of #5D9374
Black with #5D9374
Text Example
Text Example
White with #5D9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9374; }
p { color: rgb(93,147,116); }
H1.HeaderClassName
{
color: #5D9374;
}
.AnyTagClassName
{
color: #5D9374;
}
</style>
background-color css
<style>
a { background-color: #5D9374; }
a { background-color: rgb(93,147,116); }
div.DivClassName
{
background-color: #5D9374;
}
.BgClassName
{
background-color: #5D9374;
}
</style>
border-color css
<style>
span { border-color: #5D9374; }
span { border-color: rgb(93,147,116); }
td.TdClassName
{
border-color: #5D9374;
}
.TagClassName
{
border-color: #5D9374;
}
</style>