Shades of Oxley #599A6B
Tints of Oxley #599A6B
RGB
CMYK
RGB Variations
Color information
#599A6B (or 0x599A6B) is known color: Oxley. HEX triplet: 59, 9A and 6B. RGB value is (89,154,107). Sum of RGB (Red+Green+Blue) = 89+154+107=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #599A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A6B is #A66594. Grayscale: #818181. Windows color (decimal): -10904981 or 7051865. OLE color: 7051865.
HSL color Cylindrical-coordinate representation of color #599A6B: hue angle of 136.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A6B is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 107 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.40 |
| HSL | 136.62º | 0.27% | 0.48% | - |
| HSV(B) | 136.62º | 0.42% | 0.6% | - |
| XYZ | 18.33 | 26.3 | 18.02 | - |
| YUV | 129.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 107 | 0.42 | 0 | 0.31 | 0.40 | 136.62 | 0.27 | 0.48 |
| Hex | 59 | 9A | 6B | 2A | 0 | 1F | 28 | 89 | 1B | 30 |
| Octal | 131 | 232 | 153 | 52 | 0 | 37 | 50 | 211 | 33 | 60 |
| Binary | 1011001 | 10011010 | 1101011 | 101010 | 0 | 11111 | 101000 | 10001001 | 11011 | 110000 |
Color Harmonies of #599A6B
Complementary color
Monochromatic Colors of #599A6B
Black with #599A6B
Text Example
Text Example
White with #599A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A6B; }
p { color: rgb(89,154,107); }
H1.HeaderClassName
{
color: #599A6B;
}
.AnyTagClassName
{
color: #599A6B;
}
</style>
background-color css
<style>
a { background-color: #599A6B; }
a { background-color: rgb(89,154,107); }
div.DivClassName
{
background-color: #599A6B;
}
.BgClassName
{
background-color: #599A6B;
}
</style>
border-color css
<style>
span { border-color: #599A6B; }
span { border-color: rgb(89,154,107); }
td.TdClassName
{
border-color: #599A6B;
}
.TagClassName
{
border-color: #599A6B;
}
</style>