Shades of Saratoga #55582E
Tints of Saratoga #55582E
RGB
CMYK
RGB Variations
Color information
#55582E (or 0x55582E) is known color: Saratoga. HEX triplet: 55, 58 and 2E. RGB value is (85,88,46). Sum of RGB (Red+Green+Blue) = 85+88+46=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #55582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55582E is #AAA7D1. Grayscale: #525252. Windows color (decimal): -11184082 or 3037269. OLE color: 3037269.
HSL color Cylindrical-coordinate representation of color #55582E: hue angle of 64.29º degrees, saturation: 0.31, 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 #55582E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 46 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.65 |
| HSL | 64.29º | 0.31% | 0.26% | - |
| HSV(B) | 64.29º | 0.48% | 0.35% | - |
| XYZ | 7.73 | 9.11 | 3.94 | - |
| YUV | 82.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 46 | 0.03 | 0 | 0.48 | 0.65 | 64.29 | 0.31 | 0.26 |
| Hex | 55 | 58 | 2E | 3 | 0 | 30 | 41 | 40 | 1F | 1A |
| Octal | 125 | 130 | 56 | 3 | 0 | 60 | 101 | 100 | 37 | 32 |
| Binary | 1010101 | 1011000 | 101110 | 11 | 0 | 110000 | 1000001 | 1000000 | 11111 | 11010 |
Color Harmonies of #55582E
Complementary color
Monochromatic Colors of #55582E
Black with #55582E
Text Example
Text Example
White with #55582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55582E; }
p { color: rgb(85,88,46); }
H1.HeaderClassName
{
color: #55582E;
}
.AnyTagClassName
{
color: #55582E;
}
</style>
background-color css
<style>
a { background-color: #55582E; }
a { background-color: rgb(85,88,46); }
div.DivClassName
{
background-color: #55582E;
}
.BgClassName
{
background-color: #55582E;
}
</style>
border-color css
<style>
span { border-color: #55582E; }
span { border-color: rgb(85,88,46); }
td.TdClassName
{
border-color: #55582E;
}
.TagClassName
{
border-color: #55582E;
}
</style>