Shades of Oxley #599569
Tints of Oxley #599569
RGB
CMYK
RGB Variations
Color information
#599569 (or 0x599569) is known color: Oxley. HEX triplet: 59, 95 and 69. RGB value is (89,149,105). Sum of RGB (Red+Green+Blue) = 89+149+105=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #599569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599569 is #A66A96. Grayscale: #7E7E7E. Windows color (decimal): -10906263 or 6919513. OLE color: 6919513.
HSL color Cylindrical-coordinate representation of color #599569: hue angle of 136º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599569 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 105 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.42 |
| HSL | 136º | 0.25% | 0.47% | - |
| HSV(B) | 136º | 0.4% | 0.58% | - |
| XYZ | 17.42 | 24.64 | 17.2 | - |
| YUV | 126.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 105 | 0.40 | 0 | 0.30 | 0.42 | 136 | 0.25 | 0.47 |
| Hex | 59 | 95 | 69 | 28 | 0 | 1E | 2A | 88 | 19 | 2F |
| Octal | 131 | 225 | 151 | 50 | 0 | 36 | 52 | 210 | 31 | 57 |
| Binary | 1011001 | 10010101 | 1101001 | 101000 | 0 | 11110 | 101010 | 10001000 | 11001 | 101111 |
Color Harmonies of #599569
Complementary color
Monochromatic Colors of #599569
Black with #599569
Text Example
Text Example
White with #599569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599569; }
p { color: rgb(89,149,105); }
H1.HeaderClassName
{
color: #599569;
}
.AnyTagClassName
{
color: #599569;
}
</style>
background-color css
<style>
a { background-color: #599569; }
a { background-color: rgb(89,149,105); }
div.DivClassName
{
background-color: #599569;
}
.BgClassName
{
background-color: #599569;
}
</style>
border-color css
<style>
span { border-color: #599569; }
span { border-color: rgb(89,149,105); }
td.TdClassName
{
border-color: #599569;
}
.TagClassName
{
border-color: #599569;
}
</style>