Shades of Saratoga #555929
Tints of Saratoga #555929
RGB
CMYK
RGB Variations
Color information
#555929 (or 0x555929) is known color: Saratoga. HEX triplet: 55, 59 and 29. RGB value is (85,89,41). Sum of RGB (Red+Green+Blue) = 85+89+41=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #555929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555929 is #AAA6D6. Grayscale: #525252. Windows color (decimal): -11183831 or 2709845. OLE color: 2709845.
HSL color Cylindrical-coordinate representation of color #555929: hue angle of 65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555929 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 41 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.65 |
| HSL | 65º | 0.37% | 0.25% | - |
| HSV(B) | 65º | 0.54% | 0.35% | - |
| XYZ | 7.72 | 9.24 | 3.47 | - |
| YUV | 82.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 41 | 0.04 | 0 | 0.54 | 0.65 | 65 | 0.37 | 0.25 |
| Hex | 55 | 59 | 29 | 4 | 0 | 36 | 41 | 41 | 25 | 19 |
| Octal | 125 | 131 | 51 | 4 | 0 | 66 | 101 | 101 | 45 | 31 |
| Binary | 1010101 | 1011001 | 101001 | 100 | 0 | 110110 | 1000001 | 1000001 | 100101 | 11001 |
Color Harmonies of #555929
Complementary color
Monochromatic Colors of #555929
Black with #555929
Text Example
Text Example
White with #555929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555929; }
p { color: rgb(85,89,41); }
H1.HeaderClassName
{
color: #555929;
}
.AnyTagClassName
{
color: #555929;
}
</style>
background-color css
<style>
a { background-color: #555929; }
a { background-color: rgb(85,89,41); }
div.DivClassName
{
background-color: #555929;
}
.BgClassName
{
background-color: #555929;
}
</style>
border-color css
<style>
span { border-color: #555929; }
span { border-color: rgb(85,89,41); }
td.TdClassName
{
border-color: #555929;
}
.TagClassName
{
border-color: #555929;
}
</style>