Shades of Oxley #5B9573
Tints of Oxley #5B9573
RGB
CMYK
RGB Variations
Color information
#5B9573 (or 0x5B9573) is known color: Oxley. HEX triplet: 5B, 95 and 73. RGB value is (91,149,115). Sum of RGB (Red+Green+Blue) = 91+149+115=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9573 is #A46A8C. Grayscale: #7F7F7F. Windows color (decimal): -10775181 or 7574875. OLE color: 7574875.
HSL color Cylindrical-coordinate representation of color #5B9573: hue angle of 144.83º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9573 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 115 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.42 |
| HSL | 144.83º | 0.24% | 0.47% | - |
| HSV(B) | 144.83º | 0.39% | 0.58% | - |
| XYZ | 18.16 | 24.96 | 20.08 | - |
| YUV | 127.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 115 | 0.39 | 0 | 0.23 | 0.42 | 144.83 | 0.24 | 0.47 |
| Hex | 5B | 95 | 73 | 27 | 0 | 17 | 2A | 91 | 18 | 2F |
| Octal | 133 | 225 | 163 | 47 | 0 | 27 | 52 | 221 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1110011 | 100111 | 0 | 10111 | 101010 | 10010001 | 11000 | 101111 |
Color Harmonies of #5B9573
Complementary color
Monochromatic Colors of #5B9573
Black with #5B9573
Text Example
Text Example
White with #5B9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9573; }
p { color: rgb(91,149,115); }
H1.HeaderClassName
{
color: #5B9573;
}
.AnyTagClassName
{
color: #5B9573;
}
</style>
background-color css
<style>
a { background-color: #5B9573; }
a { background-color: rgb(91,149,115); }
div.DivClassName
{
background-color: #5B9573;
}
.BgClassName
{
background-color: #5B9573;
}
</style>
border-color css
<style>
span { border-color: #5B9573; }
span { border-color: rgb(91,149,115); }
td.TdClassName
{
border-color: #5B9573;
}
.TagClassName
{
border-color: #5B9573;
}
</style>