Shades of Saratoga #555822
Tints of Saratoga #555822
RGB
CMYK
RGB Variations
Color information
#555822 (or 0x555822) is known color: Saratoga. HEX triplet: 55, 58 and 22. RGB value is (85,88,34). Sum of RGB (Red+Green+Blue) = 85+88+34=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #555822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555822 is #AAA7DD. Grayscale: #515151. Windows color (decimal): -11184094 or 2250837. OLE color: 2250837.
HSL color Cylindrical-coordinate representation of color #555822: hue angle of 63.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555822 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 34 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.65 |
| HSL | 63.33º | 0.44% | 0.24% | - |
| HSV(B) | 63.33º | 0.61% | 0.35% | - |
| XYZ | 7.52 | 9.03 | 2.86 | - |
| YUV | 80.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 34 | 0.03 | 0 | 0.61 | 0.65 | 63.33 | 0.44 | 0.24 |
| Hex | 55 | 58 | 22 | 3 | 0 | 3D | 41 | 3F | 2C | 18 |
| Octal | 125 | 130 | 42 | 3 | 0 | 75 | 101 | 77 | 54 | 30 |
| Binary | 1010101 | 1011000 | 100010 | 11 | 0 | 111101 | 1000001 | 111111 | 101100 | 11000 |
Color Harmonies of #555822
Complementary color
Monochromatic Colors of #555822
Black with #555822
Text Example
Text Example
White with #555822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555822; }
p { color: rgb(85,88,34); }
H1.HeaderClassName
{
color: #555822;
}
.AnyTagClassName
{
color: #555822;
}
</style>
background-color css
<style>
a { background-color: #555822; }
a { background-color: rgb(85,88,34); }
div.DivClassName
{
background-color: #555822;
}
.BgClassName
{
background-color: #555822;
}
</style>
border-color css
<style>
span { border-color: #555822; }
span { border-color: rgb(85,88,34); }
td.TdClassName
{
border-color: #555822;
}
.TagClassName
{
border-color: #555822;
}
</style>