Shades of Oxley #5B9E6A
Tints of Oxley #5B9E6A
RGB
CMYK
RGB Variations
Color information
#5B9E6A (or 0x5B9E6A) is known color: Oxley. HEX triplet: 5B, 9E and 6A. RGB value is (91,158,106). Sum of RGB (Red+Green+Blue) = 91+158+106=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E6A is #A46195. Grayscale: #848484. Windows color (decimal): -10772886 or 6987355. OLE color: 6987355.
HSL color Cylindrical-coordinate representation of color #5B9E6A: hue angle of 133.43º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E6A is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 106 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.38 |
| HSL | 133.43º | 0.27% | 0.49% | - |
| HSV(B) | 133.43º | 0.42% | 0.62% | - |
| XYZ | 19.14 | 27.72 | 17.98 | - |
| YUV | 132.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 106 | 0.42 | 0 | 0.33 | 0.38 | 133.43 | 0.27 | 0.49 |
| Hex | 5B | 9E | 6A | 2A | 0 | 21 | 26 | 85 | 1B | 31 |
| Octal | 133 | 236 | 152 | 52 | 0 | 41 | 46 | 205 | 33 | 61 |
| Binary | 1011011 | 10011110 | 1101010 | 101010 | 0 | 100001 | 100110 | 10000101 | 11011 | 110001 |
Color Harmonies of #5B9E6A
Complementary color
Monochromatic Colors of #5B9E6A
Black with #5B9E6A
Text Example
Text Example
White with #5B9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E6A; }
p { color: rgb(91,158,106); }
H1.HeaderClassName
{
color: #5B9E6A;
}
.AnyTagClassName
{
color: #5B9E6A;
}
</style>
background-color css
<style>
a { background-color: #5B9E6A; }
a { background-color: rgb(91,158,106); }
div.DivClassName
{
background-color: #5B9E6A;
}
.BgClassName
{
background-color: #5B9E6A;
}
</style>
border-color css
<style>
span { border-color: #5B9E6A; }
span { border-color: rgb(91,158,106); }
td.TdClassName
{
border-color: #5B9E6A;
}
.TagClassName
{
border-color: #5B9E6A;
}
</style>