Shades of Saratoga #556222
Tints of Saratoga #556222
RGB
CMYK
RGB Variations
Color information
#556222 (or 0x556222) is known color: Saratoga. HEX triplet: 55, 62 and 22. RGB value is (85,98,34). Sum of RGB (Red+Green+Blue) = 85+98+34=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #556222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556222 is #AA9DDD. Grayscale: #575757. Windows color (decimal): -11181534 or 2253397. OLE color: 2253397.
HSL color Cylindrical-coordinate representation of color #556222: hue angle of 72.19º 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 #556222 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 34 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.62 |
| HSL | 72.19º | 0.48% | 0.26% | - |
| HSV(B) | 72.19º | 0.65% | 0.38% | - |
| XYZ | 8.4 | 10.78 | 3.15 | - |
| YUV | 86.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 34 | 0.13 | 0 | 0.65 | 0.62 | 72.19 | 0.48 | 0.26 |
| Hex | 55 | 62 | 22 | D | 0 | 41 | 3E | 48 | 30 | 1A |
| Octal | 125 | 142 | 42 | 15 | 0 | 101 | 76 | 110 | 60 | 32 |
| Binary | 1010101 | 1100010 | 100010 | 1101 | 0 | 1000001 | 111110 | 1001000 | 110000 | 11010 |
Color Harmonies of #556222
Complementary color
Monochromatic Colors of #556222
Black with #556222
Text Example
Text Example
White with #556222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556222; }
p { color: rgb(85,98,34); }
H1.HeaderClassName
{
color: #556222;
}
.AnyTagClassName
{
color: #556222;
}
</style>
background-color css
<style>
a { background-color: #556222; }
a { background-color: rgb(85,98,34); }
div.DivClassName
{
background-color: #556222;
}
.BgClassName
{
background-color: #556222;
}
</style>
border-color css
<style>
span { border-color: #556222; }
span { border-color: rgb(85,98,34); }
td.TdClassName
{
border-color: #556222;
}
.TagClassName
{
border-color: #556222;
}
</style>