Shades of Saratoga #555E2A
Tints of Saratoga #555E2A
RGB
CMYK
RGB Variations
Color information
#555E2A (or 0x555E2A) is known color: Saratoga. HEX triplet: 55, 5E and 2A. RGB value is (85,94,42). Sum of RGB (Red+Green+Blue) = 85+94+42=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #555E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E2A is #AAA1D5. Grayscale: #555555. Windows color (decimal): -11182550 or 2776661. OLE color: 2776661.
HSL color Cylindrical-coordinate representation of color #555E2A: hue angle of 70.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555E2A is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 42 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.63 |
| HSL | 70.38º | 0.38% | 0.27% | - |
| HSV(B) | 70.38º | 0.55% | 0.37% | - |
| XYZ | 8.17 | 10.1 | 3.71 | - |
| YUV | 85.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 42 | 0.10 | 0 | 0.55 | 0.63 | 70.38 | 0.38 | 0.27 |
| Hex | 55 | 5E | 2A | A | 0 | 37 | 3F | 46 | 26 | 1B |
| Octal | 125 | 136 | 52 | 12 | 0 | 67 | 77 | 106 | 46 | 33 |
| Binary | 1010101 | 1011110 | 101010 | 1010 | 0 | 110111 | 111111 | 1000110 | 100110 | 11011 |
Color Harmonies of #555E2A
Complementary color
Monochromatic Colors of #555E2A
Black with #555E2A
Text Example
Text Example
White with #555E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E2A; }
p { color: rgb(85,94,42); }
H1.HeaderClassName
{
color: #555E2A;
}
.AnyTagClassName
{
color: #555E2A;
}
</style>
background-color css
<style>
a { background-color: #555E2A; }
a { background-color: rgb(85,94,42); }
div.DivClassName
{
background-color: #555E2A;
}
.BgClassName
{
background-color: #555E2A;
}
</style>
border-color css
<style>
span { border-color: #555E2A; }
span { border-color: rgb(85,94,42); }
td.TdClassName
{
border-color: #555E2A;
}
.TagClassName
{
border-color: #555E2A;
}
</style>