Shades of Saratoga #586222
Tints of Saratoga #586222
RGB
CMYK
RGB Variations
Color information
#586222 (or 0x586222) is known color: Saratoga. HEX triplet: 58, 62 and 22. RGB value is (88,98,34). Sum of RGB (Red+Green+Blue) = 88+98+34=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #586222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586222 is #A79DDD. Grayscale: #575757. Windows color (decimal): -10984926 or 2253400. OLE color: 2253400.
HSL color Cylindrical-coordinate representation of color #586222: hue angle of 69.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #586222 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 34 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.62 |
| HSL | 69.38º | 0.48% | 0.26% | - |
| HSV(B) | 69.38º | 0.65% | 0.38% | - |
| XYZ | 8.68 | 10.93 | 3.16 | - |
| YUV | 87.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 34 | 0.10 | 0 | 0.65 | 0.62 | 69.38 | 0.48 | 0.26 |
| Hex | 58 | 62 | 22 | A | 0 | 41 | 3E | 45 | 30 | 1A |
| Octal | 130 | 142 | 42 | 12 | 0 | 101 | 76 | 105 | 60 | 32 |
| Binary | 1011000 | 1100010 | 100010 | 1010 | 0 | 1000001 | 111110 | 1000101 | 110000 | 11010 |
Color Harmonies of #586222
Complementary color
Monochromatic Colors of #586222
Black with #586222
Text Example
Text Example
White with #586222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586222; }
p { color: rgb(88,98,34); }
H1.HeaderClassName
{
color: #586222;
}
.AnyTagClassName
{
color: #586222;
}
</style>
background-color css
<style>
a { background-color: #586222; }
a { background-color: rgb(88,98,34); }
div.DivClassName
{
background-color: #586222;
}
.BgClassName
{
background-color: #586222;
}
</style>
border-color css
<style>
span { border-color: #586222; }
span { border-color: rgb(88,98,34); }
td.TdClassName
{
border-color: #586222;
}
.TagClassName
{
border-color: #586222;
}
</style>