Shades of Oxley #58926C
Tints of Oxley #58926C
RGB
CMYK
RGB Variations
Color information
#58926C (or 0x58926C) is known color: Oxley. HEX triplet: 58, 92 and 6C. RGB value is (88,146,108). Sum of RGB (Red+Green+Blue) = 88+146+108=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #58926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926C is #A76D93. Grayscale: #7C7C7C. Windows color (decimal): -10972564 or 7115352. OLE color: 7115352.
HSL color Cylindrical-coordinate representation of color #58926C: hue angle of 140.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58926C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 108 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.43 |
| HSL | 140.69º | 0.25% | 0.46% | - |
| HSV(B) | 140.69º | 0.4% | 0.57% | - |
| XYZ | 17.01 | 23.72 | 17.87 | - |
| YUV | 124.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 108 | 0.40 | 0 | 0.26 | 0.43 | 140.69 | 0.25 | 0.46 |
| Hex | 58 | 92 | 6C | 28 | 0 | 1A | 2B | 8D | 19 | 2E |
| Octal | 130 | 222 | 154 | 50 | 0 | 32 | 53 | 215 | 31 | 56 |
| Binary | 1011000 | 10010010 | 1101100 | 101000 | 0 | 11010 | 101011 | 10001101 | 11001 | 101110 |
Color Harmonies of #58926C
Complementary color
Monochromatic Colors of #58926C
Black with #58926C
Text Example
Text Example
White with #58926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58926C; }
p { color: rgb(88,146,108); }
H1.HeaderClassName
{
color: #58926C;
}
.AnyTagClassName
{
color: #58926C;
}
</style>
background-color css
<style>
a { background-color: #58926C; }
a { background-color: rgb(88,146,108); }
div.DivClassName
{
background-color: #58926C;
}
.BgClassName
{
background-color: #58926C;
}
</style>
border-color css
<style>
span { border-color: #58926C; }
span { border-color: rgb(88,146,108); }
td.TdClassName
{
border-color: #58926C;
}
.TagClassName
{
border-color: #58926C;
}
</style>