Shades of Saratoga #556520
Tints of Saratoga #556520
RGB
CMYK
RGB Variations
Color information
#556520 (or 0x556520) is known color: Saratoga. HEX triplet: 55, 65 and 20. RGB value is (85,101,32). Sum of RGB (Red+Green+Blue) = 85+101+32=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #556520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556520 is #AA9ADF. Grayscale: #585858. Windows color (decimal): -11180768 or 2123093. OLE color: 2123093.
HSL color Cylindrical-coordinate representation of color #556520: hue angle of 73.91º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #556520 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 32 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.60 |
| HSL | 73.91º | 0.52% | 0.26% | - |
| HSV(B) | 73.91º | 0.68% | 0.4% | - |
| XYZ | 8.66 | 11.34 | 3.1 | - |
| YUV | 88.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 32 | 0.16 | 0 | 0.68 | 0.60 | 73.91 | 0.52 | 0.26 |
| Hex | 55 | 65 | 20 | 10 | 0 | 44 | 3C | 4A | 34 | 1A |
| Octal | 125 | 145 | 40 | 20 | 0 | 104 | 74 | 112 | 64 | 32 |
| Binary | 1010101 | 1100101 | 100000 | 10000 | 0 | 1000100 | 111100 | 1001010 | 110100 | 11010 |
Color Harmonies of #556520
Complementary color
Monochromatic Colors of #556520
Black with #556520
Text Example
Text Example
White with #556520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556520; }
p { color: rgb(85,101,32); }
H1.HeaderClassName
{
color: #556520;
}
.AnyTagClassName
{
color: #556520;
}
</style>
background-color css
<style>
a { background-color: #556520; }
a { background-color: rgb(85,101,32); }
div.DivClassName
{
background-color: #556520;
}
.BgClassName
{
background-color: #556520;
}
</style>
border-color css
<style>
span { border-color: #556520; }
span { border-color: rgb(85,101,32); }
td.TdClassName
{
border-color: #556520;
}
.TagClassName
{
border-color: #556520;
}
</style>