Shades of Oxley #589068
Tints of Oxley #589068
RGB
CMYK
RGB Variations
Color information
#589068 (or 0x589068) is known color: Oxley. HEX triplet: 58, 90 and 68. RGB value is (88,144,104). Sum of RGB (Red+Green+Blue) = 88+144+104=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #589068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589068 is #A76F97. Grayscale: #7A7A7A. Windows color (decimal): -10973080 or 6852696. OLE color: 6852696.
HSL color Cylindrical-coordinate representation of color #589068: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589068 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 104 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.44 |
| HSL | 137.14º | 0.24% | 0.45% | - |
| HSV(B) | 137.14º | 0.39% | 0.56% | - |
| XYZ | 16.5 | 23.02 | 16.67 | - |
| YUV | 122.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 104 | 0.39 | 0 | 0.28 | 0.44 | 137.14 | 0.24 | 0.45 |
| Hex | 58 | 90 | 68 | 27 | 0 | 1C | 2C | 89 | 18 | 2D |
| Octal | 130 | 220 | 150 | 47 | 0 | 34 | 54 | 211 | 30 | 55 |
| Binary | 1011000 | 10010000 | 1101000 | 100111 | 0 | 11100 | 101100 | 10001001 | 11000 | 101101 |
Color Harmonies of #589068
Complementary color
Monochromatic Colors of #589068
Black with #589068
Text Example
Text Example
White with #589068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589068; }
p { color: rgb(88,144,104); }
H1.HeaderClassName
{
color: #589068;
}
.AnyTagClassName
{
color: #589068;
}
</style>
background-color css
<style>
a { background-color: #589068; }
a { background-color: rgb(88,144,104); }
div.DivClassName
{
background-color: #589068;
}
.BgClassName
{
background-color: #589068;
}
</style>
border-color css
<style>
span { border-color: #589068; }
span { border-color: rgb(88,144,104); }
td.TdClassName
{
border-color: #589068;
}
.TagClassName
{
border-color: #589068;
}
</style>