Shades of Saratoga #586229
Tints of Saratoga #586229
RGB
CMYK
RGB Variations
Color information
#586229 (or 0x586229) is known color: Saratoga. HEX triplet: 58, 62 and 29. RGB value is (88,98,41). Sum of RGB (Red+Green+Blue) = 88+98+41=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #586229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586229 is #A79DD6. Grayscale: #585858. Windows color (decimal): -10984919 or 2712152. OLE color: 2712152.
HSL color Cylindrical-coordinate representation of color #586229: hue angle of 70.53º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586229 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 41 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.62 |
| HSL | 70.53º | 0.41% | 0.27% | - |
| HSV(B) | 70.53º | 0.58% | 0.38% | - |
| XYZ | 8.79 | 10.97 | 3.75 | - |
| YUV | 88.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 41 | 0.10 | 0 | 0.58 | 0.62 | 70.53 | 0.41 | 0.27 |
| Hex | 58 | 62 | 29 | A | 0 | 3A | 3E | 47 | 29 | 1B |
| Octal | 130 | 142 | 51 | 12 | 0 | 72 | 76 | 107 | 51 | 33 |
| Binary | 1011000 | 1100010 | 101001 | 1010 | 0 | 111010 | 111110 | 1000111 | 101001 | 11011 |
Color Harmonies of #586229
Complementary color
Monochromatic Colors of #586229
Black with #586229
Text Example
Text Example
White with #586229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586229; }
p { color: rgb(88,98,41); }
H1.HeaderClassName
{
color: #586229;
}
.AnyTagClassName
{
color: #586229;
}
</style>
background-color css
<style>
a { background-color: #586229; }
a { background-color: rgb(88,98,41); }
div.DivClassName
{
background-color: #586229;
}
.BgClassName
{
background-color: #586229;
}
</style>
border-color css
<style>
span { border-color: #586229; }
span { border-color: rgb(88,98,41); }
td.TdClassName
{
border-color: #586229;
}
.TagClassName
{
border-color: #586229;
}
</style>