Shades of Saratoga #555A22
Tints of Saratoga #555A22
RGB
CMYK
RGB Variations
Color information
#555A22 (or 0x555A22) is known color: Saratoga. HEX triplet: 55, 5A and 22. RGB value is (85,90,34). Sum of RGB (Red+Green+Blue) = 85+90+34=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #555A22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A22 is #AAA5DD. Grayscale: #525252. Windows color (decimal): -11183582 or 2251349. OLE color: 2251349.
HSL color Cylindrical-coordinate representation of color #555A22: hue angle of 65.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555A22 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 34 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.65 |
| HSL | 65.36º | 0.45% | 0.24% | - |
| HSV(B) | 65.36º | 0.62% | 0.35% | - |
| XYZ | 7.69 | 9.36 | 2.91 | - |
| YUV | 82.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 34 | 0.06 | 0 | 0.62 | 0.65 | 65.36 | 0.45 | 0.24 |
| Hex | 55 | 5A | 22 | 6 | 0 | 3E | 41 | 41 | 2D | 18 |
| Octal | 125 | 132 | 42 | 6 | 0 | 76 | 101 | 101 | 55 | 30 |
| Binary | 1010101 | 1011010 | 100010 | 110 | 0 | 111110 | 1000001 | 1000001 | 101101 | 11000 |
Color Harmonies of #555A22
Complementary color
Monochromatic Colors of #555A22
Black with #555A22
Text Example
Text Example
White with #555A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A22; }
p { color: rgb(85,90,34); }
H1.HeaderClassName
{
color: #555A22;
}
.AnyTagClassName
{
color: #555A22;
}
</style>
background-color css
<style>
a { background-color: #555A22; }
a { background-color: rgb(85,90,34); }
div.DivClassName
{
background-color: #555A22;
}
.BgClassName
{
background-color: #555A22;
}
</style>
border-color css
<style>
span { border-color: #555A22; }
span { border-color: rgb(85,90,34); }
td.TdClassName
{
border-color: #555A22;
}
.TagClassName
{
border-color: #555A22;
}
</style>