Shades of Oxley #599469
Tints of Oxley #599469
RGB
CMYK
RGB Variations
Color information
#599469 (or 0x599469) is known color: Oxley. HEX triplet: 59, 94 and 69. RGB value is (89,148,105). Sum of RGB (Red+Green+Blue) = 89+148+105=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #599469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599469 is #A66B96. Grayscale: #7D7D7D. Windows color (decimal): -10906519 or 6919257. OLE color: 6919257.
HSL color Cylindrical-coordinate representation of color #599469: hue angle of 136.27º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599469 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 105 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.42 |
| HSL | 136.27º | 0.25% | 0.46% | - |
| HSV(B) | 136.27º | 0.4% | 0.58% | - |
| XYZ | 17.26 | 24.32 | 17.15 | - |
| YUV | 125.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 105 | 0.40 | 0 | 0.29 | 0.42 | 136.27 | 0.25 | 0.46 |
| Hex | 59 | 94 | 69 | 28 | 0 | 1D | 2A | 88 | 19 | 2E |
| Octal | 131 | 224 | 151 | 50 | 0 | 35 | 52 | 210 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1101001 | 101000 | 0 | 11101 | 101010 | 10001000 | 11001 | 101110 |
Color Harmonies of #599469
Complementary color
Monochromatic Colors of #599469
Black with #599469
Text Example
Text Example
White with #599469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599469; }
p { color: rgb(89,148,105); }
H1.HeaderClassName
{
color: #599469;
}
.AnyTagClassName
{
color: #599469;
}
</style>
background-color css
<style>
a { background-color: #599469; }
a { background-color: rgb(89,148,105); }
div.DivClassName
{
background-color: #599469;
}
.BgClassName
{
background-color: #599469;
}
</style>
border-color css
<style>
span { border-color: #599469; }
span { border-color: rgb(89,148,105); }
td.TdClassName
{
border-color: #599469;
}
.TagClassName
{
border-color: #599469;
}
</style>