Shades of Saratoga #555521
Tints of Saratoga #555521
RGB
CMYK
RGB Variations
Color information
#555521 (or 0x555521) is known color: Saratoga. HEX triplet: 55, 55 and 21. RGB value is (85,85,33). Sum of RGB (Red+Green+Blue) = 85+85+33=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555521 is #AAAADE. Grayscale: #4F4F4F. Windows color (decimal): -11184863 or 2184533. OLE color: 2184533.
HSL color Cylindrical-coordinate representation of color #555521: hue angle of 60º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555521 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 33 | - |
| CMYK | 0 | 0 | 0.61 | 0.67 |
| HSL | 60º | 0.44% | 0.23% | - |
| HSV(B) | 60º | 0.61% | 0.33% | - |
| XYZ | 7.27 | 8.54 | 2.7 | - |
| YUV | 79.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 33 | 0 | 0 | 0.61 | 0.67 | 60 | 0.44 | 0.23 |
| Hex | 55 | 55 | 21 | 0 | 0 | 3D | 43 | 3C | 2C | 17 |
| Octal | 125 | 125 | 41 | 0 | 0 | 75 | 103 | 74 | 54 | 27 |
| Binary | 1010101 | 1010101 | 100001 | 0 | 0 | 111101 | 1000011 | 111100 | 101100 | 10111 |
Color Harmonies of #555521
Complementary color
Monochromatic Colors of #555521
Black with #555521
Text Example
Text Example
White with #555521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555521; }
p { color: rgb(85,85,33); }
H1.HeaderClassName
{
color: #555521;
}
.AnyTagClassName
{
color: #555521;
}
</style>
background-color css
<style>
a { background-color: #555521; }
a { background-color: rgb(85,85,33); }
div.DivClassName
{
background-color: #555521;
}
.BgClassName
{
background-color: #555521;
}
</style>
border-color css
<style>
span { border-color: #555521; }
span { border-color: rgb(85,85,33); }
td.TdClassName
{
border-color: #555521;
}
.TagClassName
{
border-color: #555521;
}
</style>