Shades of Oxley #5B986C
Tints of Oxley #5B986C
RGB
CMYK
RGB Variations
Color information
#5B986C (or 0x5B986C) is known color: Oxley. HEX triplet: 5B, 98 and 6C. RGB value is (91,152,108). Sum of RGB (Red+Green+Blue) = 91+152+108=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #5B986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B986C is #A46793. Grayscale: #808080. Windows color (decimal): -10774420 or 7116891. OLE color: 7116891.
HSL color Cylindrical-coordinate representation of color #5B986C: hue angle of 136.72º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B986C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 108 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.40 |
| HSL | 136.72º | 0.25% | 0.48% | - |
| HSV(B) | 136.72º | 0.4% | 0.6% | - |
| XYZ | 18.25 | 25.76 | 18.2 | - |
| YUV | 128.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 108 | 0.40 | 0 | 0.29 | 0.40 | 136.72 | 0.25 | 0.48 |
| Hex | 5B | 98 | 6C | 28 | 0 | 1D | 28 | 89 | 19 | 30 |
| Octal | 133 | 230 | 154 | 50 | 0 | 35 | 50 | 211 | 31 | 60 |
| Binary | 1011011 | 10011000 | 1101100 | 101000 | 0 | 11101 | 101000 | 10001001 | 11001 | 110000 |
Color Harmonies of #5B986C
Complementary color
Monochromatic Colors of #5B986C
Black with #5B986C
Text Example
Text Example
White with #5B986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B986C; }
p { color: rgb(91,152,108); }
H1.HeaderClassName
{
color: #5B986C;
}
.AnyTagClassName
{
color: #5B986C;
}
</style>
background-color css
<style>
a { background-color: #5B986C; }
a { background-color: rgb(91,152,108); }
div.DivClassName
{
background-color: #5B986C;
}
.BgClassName
{
background-color: #5B986C;
}
</style>
border-color css
<style>
span { border-color: #5B986C; }
span { border-color: rgb(91,152,108); }
td.TdClassName
{
border-color: #5B986C;
}
.TagClassName
{
border-color: #5B986C;
}
</style>