Shades of Saratoga #55592E
Tints of Saratoga #55592E
RGB
CMYK
RGB Variations
Color information
#55592E (or 0x55592E) is known color: Saratoga. HEX triplet: 55, 59 and 2E. RGB value is (85,89,46). Sum of RGB (Red+Green+Blue) = 85+89+46=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #55592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592E is #AAA6D1. Grayscale: #535353. Windows color (decimal): -11183826 or 3037525. OLE color: 3037525.
HSL color Cylindrical-coordinate representation of color #55592E: hue angle of 65.58º 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 #55592E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 46 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.65 |
| HSL | 65.58º | 0.32% | 0.26% | - |
| HSV(B) | 65.58º | 0.48% | 0.35% | - |
| XYZ | 7.81 | 9.27 | 3.96 | - |
| YUV | 82.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 46 | 0.04 | 0 | 0.48 | 0.65 | 65.58 | 0.32 | 0.26 |
| Hex | 55 | 59 | 2E | 4 | 0 | 30 | 41 | 42 | 20 | 1A |
| Octal | 125 | 131 | 56 | 4 | 0 | 60 | 101 | 102 | 40 | 32 |
| Binary | 1010101 | 1011001 | 101110 | 100 | 0 | 110000 | 1000001 | 1000010 | 100000 | 11010 |
Color Harmonies of #55592E
Complementary color
Monochromatic Colors of #55592E
Black with #55592E
Text Example
Text Example
White with #55592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55592E; }
p { color: rgb(85,89,46); }
H1.HeaderClassName
{
color: #55592E;
}
.AnyTagClassName
{
color: #55592E;
}
</style>
background-color css
<style>
a { background-color: #55592E; }
a { background-color: rgb(85,89,46); }
div.DivClassName
{
background-color: #55592E;
}
.BgClassName
{
background-color: #55592E;
}
</style>
border-color css
<style>
span { border-color: #55592E; }
span { border-color: rgb(85,89,46); }
td.TdClassName
{
border-color: #55592E;
}
.TagClassName
{
border-color: #55592E;
}
</style>