Shades of Oxley #599069
Tints of Oxley #599069
RGB
CMYK
RGB Variations
Color information
#599069 (or 0x599069) is known color: Oxley. HEX triplet: 59, 90 and 69. RGB value is (89,144,105). Sum of RGB (Red+Green+Blue) = 89+144+105=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #599069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599069 is #A66F96. Grayscale: #7B7B7B. Windows color (decimal): -10907543 or 6918233. OLE color: 6918233.
HSL color Cylindrical-coordinate representation of color #599069: hue angle of 137.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599069 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 105 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.44 |
| HSL | 137.45º | 0.24% | 0.46% | - |
| HSV(B) | 137.45º | 0.38% | 0.56% | - |
| XYZ | 16.64 | 23.09 | 16.94 | - |
| YUV | 123.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 105 | 0.38 | 0 | 0.27 | 0.44 | 137.45 | 0.24 | 0.46 |
| Hex | 59 | 90 | 69 | 26 | 0 | 1B | 2C | 89 | 18 | 2E |
| Octal | 131 | 220 | 151 | 46 | 0 | 33 | 54 | 211 | 30 | 56 |
| Binary | 1011001 | 10010000 | 1101001 | 100110 | 0 | 11011 | 101100 | 10001001 | 11000 | 101110 |
Color Harmonies of #599069
Complementary color
Monochromatic Colors of #599069
Black with #599069
Text Example
Text Example
White with #599069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599069; }
p { color: rgb(89,144,105); }
H1.HeaderClassName
{
color: #599069;
}
.AnyTagClassName
{
color: #599069;
}
</style>
background-color css
<style>
a { background-color: #599069; }
a { background-color: rgb(89,144,105); }
div.DivClassName
{
background-color: #599069;
}
.BgClassName
{
background-color: #599069;
}
</style>
border-color css
<style>
span { border-color: #599069; }
span { border-color: rgb(89,144,105); }
td.TdClassName
{
border-color: #599069;
}
.TagClassName
{
border-color: #599069;
}
</style>