Shades of Saratoga #556226
Tints of Saratoga #556226
RGB
CMYK
RGB Variations
Color information
#556226 (or 0x556226) is known color: Saratoga. HEX triplet: 55, 62 and 26. RGB value is (85,98,38). Sum of RGB (Red+Green+Blue) = 85+98+38=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #556226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556226 is #AA9DD9. Grayscale: #575757. Windows color (decimal): -11181530 or 2515541. OLE color: 2515541.
HSL color Cylindrical-coordinate representation of color #556226: hue angle of 73º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556226 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 38 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.62 |
| HSL | 73º | 0.44% | 0.27% | - |
| HSV(B) | 73º | 0.61% | 0.38% | - |
| XYZ | 8.46 | 10.81 | 3.47 | - |
| YUV | 87.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 38 | 0.13 | 0 | 0.61 | 0.62 | 73 | 0.44 | 0.27 |
| Hex | 55 | 62 | 26 | D | 0 | 3D | 3E | 49 | 2C | 1B |
| Octal | 125 | 142 | 46 | 15 | 0 | 75 | 76 | 111 | 54 | 33 |
| Binary | 1010101 | 1100010 | 100110 | 1101 | 0 | 111101 | 111110 | 1001001 | 101100 | 11011 |
Color Harmonies of #556226
Complementary color
Monochromatic Colors of #556226
Black with #556226
Text Example
Text Example
White with #556226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556226; }
p { color: rgb(85,98,38); }
H1.HeaderClassName
{
color: #556226;
}
.AnyTagClassName
{
color: #556226;
}
</style>
background-color css
<style>
a { background-color: #556226; }
a { background-color: rgb(85,98,38); }
div.DivClassName
{
background-color: #556226;
}
.BgClassName
{
background-color: #556226;
}
</style>
border-color css
<style>
span { border-color: #556226; }
span { border-color: rgb(85,98,38); }
td.TdClassName
{
border-color: #556226;
}
.TagClassName
{
border-color: #556226;
}
</style>