Shades of Oxley #5B986B
Tints of Oxley #5B986B
RGB
CMYK
RGB Variations
Color information
#5B986B (or 0x5B986B) is known color: Oxley. HEX triplet: 5B, 98 and 6B. RGB value is (91,152,107). Sum of RGB (Red+Green+Blue) = 91+152+107=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #5B986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B986B is #A46794. Grayscale: #808080. Windows color (decimal): -10774421 or 7051355. OLE color: 7051355.
HSL color Cylindrical-coordinate representation of color #5B986B: hue angle of 135.74º 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 #5B986B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 107 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.40 |
| HSL | 135.74º | 0.25% | 0.48% | - |
| HSV(B) | 135.74º | 0.4% | 0.6% | - |
| XYZ | 18.2 | 25.74 | 17.92 | - |
| YUV | 128.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 107 | 0.40 | 0 | 0.30 | 0.40 | 135.74 | 0.25 | 0.48 |
| Hex | 5B | 98 | 6B | 28 | 0 | 1E | 28 | 88 | 19 | 30 |
| Octal | 133 | 230 | 153 | 50 | 0 | 36 | 50 | 210 | 31 | 60 |
| Binary | 1011011 | 10011000 | 1101011 | 101000 | 0 | 11110 | 101000 | 10001000 | 11001 | 110000 |
Color Harmonies of #5B986B
Complementary color
Monochromatic Colors of #5B986B
Black with #5B986B
Text Example
Text Example
White with #5B986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B986B; }
p { color: rgb(91,152,107); }
H1.HeaderClassName
{
color: #5B986B;
}
.AnyTagClassName
{
color: #5B986B;
}
</style>
background-color css
<style>
a { background-color: #5B986B; }
a { background-color: rgb(91,152,107); }
div.DivClassName
{
background-color: #5B986B;
}
.BgClassName
{
background-color: #5B986B;
}
</style>
border-color css
<style>
span { border-color: #5B986B; }
span { border-color: rgb(91,152,107); }
td.TdClassName
{
border-color: #5B986B;
}
.TagClassName
{
border-color: #5B986B;
}
</style>