Shades of Oxley #599869
Tints of Oxley #599869
RGB
CMYK
RGB Variations
Color information
#599869 (or 0x599869) is known color: Oxley. HEX triplet: 59, 98 and 69. RGB value is (89,152,105). Sum of RGB (Red+Green+Blue) = 89+152+105=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #599869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599869 is #A66796. Grayscale: #7F7F7F. Windows color (decimal): -10905495 or 6920281. OLE color: 6920281.
HSL color Cylindrical-coordinate representation of color #599869: hue angle of 135.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599869 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 105 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.40 |
| HSL | 135.24º | 0.26% | 0.47% | - |
| HSV(B) | 135.24º | 0.41% | 0.6% | - |
| XYZ | 17.9 | 25.6 | 17.36 | - |
| YUV | 127.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 105 | 0.41 | 0 | 0.31 | 0.40 | 135.24 | 0.26 | 0.47 |
| Hex | 59 | 98 | 69 | 29 | 0 | 1F | 28 | 87 | 1A | 2F |
| Octal | 131 | 230 | 151 | 51 | 0 | 37 | 50 | 207 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1101001 | 101001 | 0 | 11111 | 101000 | 10000111 | 11010 | 101111 |
Color Harmonies of #599869
Complementary color
Monochromatic Colors of #599869
Black with #599869
Text Example
Text Example
White with #599869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599869; }
p { color: rgb(89,152,105); }
H1.HeaderClassName
{
color: #599869;
}
.AnyTagClassName
{
color: #599869;
}
</style>
background-color css
<style>
a { background-color: #599869; }
a { background-color: rgb(89,152,105); }
div.DivClassName
{
background-color: #599869;
}
.BgClassName
{
background-color: #599869;
}
</style>
border-color css
<style>
span { border-color: #599869; }
span { border-color: rgb(89,152,105); }
td.TdClassName
{
border-color: #599869;
}
.TagClassName
{
border-color: #599869;
}
</style>