Shades of Saratoga #56592E
Tints of Saratoga #56592E
RGB
CMYK
RGB Variations
Color information
#56592E (or 0x56592E) is known color: Saratoga. HEX triplet: 56, 59 and 2E. RGB value is (86,89,46). Sum of RGB (Red+Green+Blue) = 86+89+46=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #56592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56592E is #A9A6D1. Grayscale: #535353. Windows color (decimal): -11118290 or 3037526. OLE color: 3037526.
HSL color Cylindrical-coordinate representation of color #56592E: hue angle of 64.19º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56592E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 46 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.65 |
| HSL | 64.19º | 0.32% | 0.26% | - |
| HSV(B) | 64.19º | 0.48% | 0.35% | - |
| XYZ | 7.9 | 9.32 | 3.97 | - |
| YUV | 83.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 46 | 0.03 | 0 | 0.48 | 0.65 | 64.19 | 0.32 | 0.26 |
| Hex | 56 | 59 | 2E | 3 | 0 | 30 | 41 | 40 | 20 | 1A |
| Octal | 126 | 131 | 56 | 3 | 0 | 60 | 101 | 100 | 40 | 32 |
| Binary | 1010110 | 1011001 | 101110 | 11 | 0 | 110000 | 1000001 | 1000000 | 100000 | 11010 |
Color Harmonies of #56592E
Complementary color
Monochromatic Colors of #56592E
Black with #56592E
Text Example
Text Example
White with #56592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56592E; }
p { color: rgb(86,89,46); }
H1.HeaderClassName
{
color: #56592E;
}
.AnyTagClassName
{
color: #56592E;
}
</style>
background-color css
<style>
a { background-color: #56592E; }
a { background-color: rgb(86,89,46); }
div.DivClassName
{
background-color: #56592E;
}
.BgClassName
{
background-color: #56592E;
}
</style>
border-color css
<style>
span { border-color: #56592E; }
span { border-color: rgb(86,89,46); }
td.TdClassName
{
border-color: #56592E;
}
.TagClassName
{
border-color: #56592E;
}
</style>