Shades of Saratoga #555920
Tints of Saratoga #555920
RGB
CMYK
RGB Variations
Color information
#555920 (or 0x555920) is known color: Saratoga. HEX triplet: 55, 59 and 20. RGB value is (85,89,32). Sum of RGB (Red+Green+Blue) = 85+89+32=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #555920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555920 is #AAA6DF. Grayscale: #515151. Windows color (decimal): -11183840 or 2120021. OLE color: 2120021.
HSL color Cylindrical-coordinate representation of color #555920: hue angle of 64.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555920 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 32 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.65 |
| HSL | 64.21º | 0.47% | 0.24% | - |
| HSV(B) | 64.21º | 0.64% | 0.35% | - |
| XYZ | 7.58 | 9.18 | 2.74 | - |
| YUV | 81.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 32 | 0.04 | 0 | 0.64 | 0.65 | 64.21 | 0.47 | 0.24 |
| Hex | 55 | 59 | 20 | 4 | 0 | 40 | 41 | 40 | 2F | 18 |
| Octal | 125 | 131 | 40 | 4 | 0 | 100 | 101 | 100 | 57 | 30 |
| Binary | 1010101 | 1011001 | 100000 | 100 | 0 | 1000000 | 1000001 | 1000000 | 101111 | 11000 |
Color Harmonies of #555920
Complementary color
Monochromatic Colors of #555920
Black with #555920
Text Example
Text Example
White with #555920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555920; }
p { color: rgb(85,89,32); }
H1.HeaderClassName
{
color: #555920;
}
.AnyTagClassName
{
color: #555920;
}
</style>
background-color css
<style>
a { background-color: #555920; }
a { background-color: rgb(85,89,32); }
div.DivClassName
{
background-color: #555920;
}
.BgClassName
{
background-color: #555920;
}
</style>
border-color css
<style>
span { border-color: #555920; }
span { border-color: rgb(85,89,32); }
td.TdClassName
{
border-color: #555920;
}
.TagClassName
{
border-color: #555920;
}
</style>