Shades of Oxley #5D906E
Tints of Oxley #5D906E
RGB
CMYK
RGB Variations
Color information
#5D906E (or 0x5D906E) is known color: Oxley. HEX triplet: 5D, 90 and 6E. RGB value is (93,144,110). Sum of RGB (Red+Green+Blue) = 93+144+110=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #5D906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D906E is #A26F91. Grayscale: #7C7C7C. Windows color (decimal): -10645394 or 7245917. OLE color: 7245917.
HSL color Cylindrical-coordinate representation of color #5D906E: hue angle of 140º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D906E is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 110 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.44 |
| HSL | 140º | 0.22% | 0.46% | - |
| HSV(B) | 140º | 0.35% | 0.56% | - |
| XYZ | 17.3 | 23.4 | 18.36 | - |
| YUV | 124.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 110 | 0.35 | 0 | 0.24 | 0.44 | 140 | 0.22 | 0.46 |
| Hex | 5D | 90 | 6E | 23 | 0 | 18 | 2C | 8C | 16 | 2E |
| Octal | 135 | 220 | 156 | 43 | 0 | 30 | 54 | 214 | 26 | 56 |
| Binary | 1011101 | 10010000 | 1101110 | 100011 | 0 | 11000 | 101100 | 10001100 | 10110 | 101110 |
Color Harmonies of #5D906E
Complementary color
Monochromatic Colors of #5D906E
Black with #5D906E
Text Example
Text Example
White with #5D906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D906E; }
p { color: rgb(93,144,110); }
H1.HeaderClassName
{
color: #5D906E;
}
.AnyTagClassName
{
color: #5D906E;
}
</style>
background-color css
<style>
a { background-color: #5D906E; }
a { background-color: rgb(93,144,110); }
div.DivClassName
{
background-color: #5D906E;
}
.BgClassName
{
background-color: #5D906E;
}
</style>
border-color css
<style>
span { border-color: #5D906E; }
span { border-color: rgb(93,144,110); }
td.TdClassName
{
border-color: #5D906E;
}
.TagClassName
{
border-color: #5D906E;
}
</style>