Shades of Saratoga #555726
Tints of Saratoga #555726
RGB
CMYK
RGB Variations
Color information
#555726 (or 0x555726) is known color: Saratoga. HEX triplet: 55, 57 and 26. RGB value is (85,87,38). Sum of RGB (Red+Green+Blue) = 85+87+38=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #555726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555726 is #AAA8D9. Grayscale: #515151. Windows color (decimal): -11184346 or 2512725. OLE color: 2512725.
HSL color Cylindrical-coordinate representation of color #555726: hue angle of 62.45º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555726 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 38 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.66 |
| HSL | 62.45º | 0.39% | 0.25% | - |
| HSV(B) | 62.45º | 0.56% | 0.34% | - |
| XYZ | 7.5 | 8.89 | 3.15 | - |
| YUV | 80.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 38 | 0.02 | 0 | 0.56 | 0.66 | 62.45 | 0.39 | 0.25 |
| Hex | 55 | 57 | 26 | 2 | 0 | 38 | 42 | 3E | 27 | 19 |
| Octal | 125 | 127 | 46 | 2 | 0 | 70 | 102 | 76 | 47 | 31 |
| Binary | 1010101 | 1010111 | 100110 | 10 | 0 | 111000 | 1000010 | 111110 | 100111 | 11001 |
Color Harmonies of #555726
Complementary color
Monochromatic Colors of #555726
Black with #555726
Text Example
Text Example
White with #555726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555726; }
p { color: rgb(85,87,38); }
H1.HeaderClassName
{
color: #555726;
}
.AnyTagClassName
{
color: #555726;
}
</style>
background-color css
<style>
a { background-color: #555726; }
a { background-color: rgb(85,87,38); }
div.DivClassName
{
background-color: #555726;
}
.BgClassName
{
background-color: #555726;
}
</style>
border-color css
<style>
span { border-color: #555726; }
span { border-color: rgb(85,87,38); }
td.TdClassName
{
border-color: #555726;
}
.TagClassName
{
border-color: #555726;
}
</style>