Shades of Saratoga #556320
Tints of Saratoga #556320
RGB
CMYK
RGB Variations
Color information
#556320 (or 0x556320) is known color: Saratoga. HEX triplet: 55, 63 and 20. RGB value is (85,99,32). Sum of RGB (Red+Green+Blue) = 85+99+32=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #556320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556320 is #AA9CDF. Grayscale: #575757. Windows color (decimal): -11181280 or 2122581. OLE color: 2122581.
HSL color Cylindrical-coordinate representation of color #556320: hue angle of 72.54º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #556320 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 32 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.61 |
| HSL | 72.54º | 0.51% | 0.26% | - |
| HSV(B) | 72.54º | 0.68% | 0.39% | - |
| XYZ | 8.47 | 10.96 | 3.04 | - |
| YUV | 87.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 32 | 0.14 | 0 | 0.68 | 0.61 | 72.54 | 0.51 | 0.26 |
| Hex | 55 | 63 | 20 | E | 0 | 44 | 3D | 49 | 33 | 1A |
| Octal | 125 | 143 | 40 | 16 | 0 | 104 | 75 | 111 | 63 | 32 |
| Binary | 1010101 | 1100011 | 100000 | 1110 | 0 | 1000100 | 111101 | 1001001 | 110011 | 11010 |
Color Harmonies of #556320
Complementary color
Monochromatic Colors of #556320
Black with #556320
Text Example
Text Example
White with #556320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556320; }
p { color: rgb(85,99,32); }
H1.HeaderClassName
{
color: #556320;
}
.AnyTagClassName
{
color: #556320;
}
</style>
background-color css
<style>
a { background-color: #556320; }
a { background-color: rgb(85,99,32); }
div.DivClassName
{
background-color: #556320;
}
.BgClassName
{
background-color: #556320;
}
</style>
border-color css
<style>
span { border-color: #556320; }
span { border-color: rgb(85,99,32); }
td.TdClassName
{
border-color: #556320;
}
.TagClassName
{
border-color: #556320;
}
</style>