Shades of Saratoga #555729
Tints of Saratoga #555729
RGB
CMYK
RGB Variations
Color information
#555729 (or 0x555729) is known color: Saratoga. HEX triplet: 55, 57 and 29. RGB value is (85,87,41). Sum of RGB (Red+Green+Blue) = 85+87+41=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #555729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555729 is #AAA8D6. Grayscale: #515151. Windows color (decimal): -11184343 or 2709333. OLE color: 2709333.
HSL color Cylindrical-coordinate representation of color #555729: hue angle of 62.61º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555729 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 41 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.66 |
| HSL | 62.61º | 0.36% | 0.25% | - |
| HSV(B) | 62.61º | 0.53% | 0.34% | - |
| XYZ | 7.55 | 8.91 | 3.42 | - |
| YUV | 81.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 41 | 0.02 | 0 | 0.53 | 0.66 | 62.61 | 0.36 | 0.25 |
| Hex | 55 | 57 | 29 | 2 | 0 | 35 | 42 | 3F | 24 | 19 |
| Octal | 125 | 127 | 51 | 2 | 0 | 65 | 102 | 77 | 44 | 31 |
| Binary | 1010101 | 1010111 | 101001 | 10 | 0 | 110101 | 1000010 | 111111 | 100100 | 11001 |
Color Harmonies of #555729
Complementary color
Monochromatic Colors of #555729
Black with #555729
Text Example
Text Example
White with #555729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555729; }
p { color: rgb(85,87,41); }
H1.HeaderClassName
{
color: #555729;
}
.AnyTagClassName
{
color: #555729;
}
</style>
background-color css
<style>
a { background-color: #555729; }
a { background-color: rgb(85,87,41); }
div.DivClassName
{
background-color: #555729;
}
.BgClassName
{
background-color: #555729;
}
</style>
border-color css
<style>
span { border-color: #555729; }
span { border-color: rgb(85,87,41); }
td.TdClassName
{
border-color: #555729;
}
.TagClassName
{
border-color: #555729;
}
</style>