Shades of Oxley #5B906E
Tints of Oxley #5B906E
RGB
CMYK
RGB Variations
Color information
#5B906E (or 0x5B906E) is known color: Oxley. HEX triplet: 5B, 90 and 6E. RGB value is (91,144,110). Sum of RGB (Red+Green+Blue) = 91+144+110=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #5B906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B906E is #A46F91. Grayscale: #7C7C7C. Windows color (decimal): -10776466 or 7245915. OLE color: 7245915.
HSL color Cylindrical-coordinate representation of color #5B906E: hue angle of 141.51º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B906E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 110 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.44 |
| HSL | 141.51º | 0.23% | 0.46% | - |
| HSV(B) | 141.51º | 0.37% | 0.56% | - |
| XYZ | 17.1 | 23.3 | 18.35 | - |
| YUV | 124.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 110 | 0.37 | 0 | 0.24 | 0.44 | 141.51 | 0.23 | 0.46 |
| Hex | 5B | 90 | 6E | 25 | 0 | 18 | 2C | 8E | 17 | 2E |
| Octal | 133 | 220 | 156 | 45 | 0 | 30 | 54 | 216 | 27 | 56 |
| Binary | 1011011 | 10010000 | 1101110 | 100101 | 0 | 11000 | 101100 | 10001110 | 10111 | 101110 |
Color Harmonies of #5B906E
Complementary color
Monochromatic Colors of #5B906E
Black with #5B906E
Text Example
Text Example
White with #5B906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B906E; }
p { color: rgb(91,144,110); }
H1.HeaderClassName
{
color: #5B906E;
}
.AnyTagClassName
{
color: #5B906E;
}
</style>
background-color css
<style>
a { background-color: #5B906E; }
a { background-color: rgb(91,144,110); }
div.DivClassName
{
background-color: #5B906E;
}
.BgClassName
{
background-color: #5B906E;
}
</style>
border-color css
<style>
span { border-color: #5B906E; }
span { border-color: rgb(91,144,110); }
td.TdClassName
{
border-color: #5B906E;
}
.TagClassName
{
border-color: #5B906E;
}
</style>