Shades of Oxley #5B9572
Tints of Oxley #5B9572
RGB
CMYK
RGB Variations
Color information
#5B9572 (or 0x5B9572) is known color: Oxley. HEX triplet: 5B, 95 and 72. RGB value is (91,149,114). Sum of RGB (Red+Green+Blue) = 91+149+114=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9572 is #A46A8D. Grayscale: #7F7F7F. Windows color (decimal): -10775182 or 7509339. OLE color: 7509339.
HSL color Cylindrical-coordinate representation of color #5B9572: hue angle of 143.79º 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 #5B9572 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 114 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.42 |
| HSL | 143.79º | 0.24% | 0.47% | - |
| HSV(B) | 143.79º | 0.39% | 0.58% | - |
| XYZ | 18.1 | 24.93 | 19.78 | - |
| YUV | 127.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 114 | 0.39 | 0 | 0.23 | 0.42 | 143.79 | 0.24 | 0.47 |
| Hex | 5B | 95 | 72 | 27 | 0 | 17 | 2A | 90 | 18 | 2F |
| Octal | 133 | 225 | 162 | 47 | 0 | 27 | 52 | 220 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1110010 | 100111 | 0 | 10111 | 101010 | 10010000 | 11000 | 101111 |
Color Harmonies of #5B9572
Complementary color
Monochromatic Colors of #5B9572
Black with #5B9572
Text Example
Text Example
White with #5B9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9572; }
p { color: rgb(91,149,114); }
H1.HeaderClassName
{
color: #5B9572;
}
.AnyTagClassName
{
color: #5B9572;
}
</style>
background-color css
<style>
a { background-color: #5B9572; }
a { background-color: rgb(91,149,114); }
div.DivClassName
{
background-color: #5B9572;
}
.BgClassName
{
background-color: #5B9572;
}
</style>
border-color css
<style>
span { border-color: #5B9572; }
span { border-color: rgb(91,149,114); }
td.TdClassName
{
border-color: #5B9572;
}
.TagClassName
{
border-color: #5B9572;
}
</style>