Shades of Saratoga #555728
Tints of Saratoga #555728
RGB
CMYK
RGB Variations
Color information
#555728 (or 0x555728) is known color: Saratoga. HEX triplet: 55, 57 and 28. RGB value is (85,87,40). Sum of RGB (Red+Green+Blue) = 85+87+40=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #555728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555728 is #AAA8D7. Grayscale: #515151. Windows color (decimal): -11184344 or 2643797. OLE color: 2643797.
HSL color Cylindrical-coordinate representation of color #555728: hue angle of 62.55º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555728 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 40 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.66 |
| HSL | 62.55º | 0.37% | 0.25% | - |
| HSV(B) | 62.55º | 0.54% | 0.34% | - |
| XYZ | 7.54 | 8.9 | 3.33 | - |
| YUV | 81.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 40 | 0.02 | 0 | 0.54 | 0.66 | 62.55 | 0.37 | 0.25 |
| Hex | 55 | 57 | 28 | 2 | 0 | 36 | 42 | 3F | 25 | 19 |
| Octal | 125 | 127 | 50 | 2 | 0 | 66 | 102 | 77 | 45 | 31 |
| Binary | 1010101 | 1010111 | 101000 | 10 | 0 | 110110 | 1000010 | 111111 | 100101 | 11001 |
Color Harmonies of #555728
Complementary color
Monochromatic Colors of #555728
Black with #555728
Text Example
Text Example
White with #555728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555728; }
p { color: rgb(85,87,40); }
H1.HeaderClassName
{
color: #555728;
}
.AnyTagClassName
{
color: #555728;
}
</style>
background-color css
<style>
a { background-color: #555728; }
a { background-color: rgb(85,87,40); }
div.DivClassName
{
background-color: #555728;
}
.BgClassName
{
background-color: #555728;
}
</style>
border-color css
<style>
span { border-color: #555728; }
span { border-color: rgb(85,87,40); }
td.TdClassName
{
border-color: #555728;
}
.TagClassName
{
border-color: #555728;
}
</style>