Shades of Saratoga #555B2E
Tints of Saratoga #555B2E
RGB
CMYK
RGB Variations
Color information
#555B2E (or 0x555B2E) is known color: Saratoga. HEX triplet: 55, 5B and 2E. RGB value is (85,91,46). Sum of RGB (Red+Green+Blue) = 85+91+46=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #555B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B2E is #AAA4D1. Grayscale: #545454. Windows color (decimal): -11183314 or 3038037. OLE color: 3038037.
HSL color Cylindrical-coordinate representation of color #555B2E: hue angle of 68º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555B2E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 46 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.64 |
| HSL | 68º | 0.33% | 0.27% | - |
| HSV(B) | 68º | 0.49% | 0.36% | - |
| XYZ | 7.98 | 9.61 | 4.02 | - |
| YUV | 84.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 46 | 0.07 | 0 | 0.49 | 0.64 | 68 | 0.33 | 0.27 |
| Hex | 55 | 5B | 2E | 7 | 0 | 31 | 40 | 44 | 21 | 1B |
| Octal | 125 | 133 | 56 | 7 | 0 | 61 | 100 | 104 | 41 | 33 |
| Binary | 1010101 | 1011011 | 101110 | 111 | 0 | 110001 | 1000000 | 1000100 | 100001 | 11011 |
Color Harmonies of #555B2E
Complementary color
Monochromatic Colors of #555B2E
Black with #555B2E
Text Example
Text Example
White with #555B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B2E; }
p { color: rgb(85,91,46); }
H1.HeaderClassName
{
color: #555B2E;
}
.AnyTagClassName
{
color: #555B2E;
}
</style>
background-color css
<style>
a { background-color: #555B2E; }
a { background-color: rgb(85,91,46); }
div.DivClassName
{
background-color: #555B2E;
}
.BgClassName
{
background-color: #555B2E;
}
</style>
border-color css
<style>
span { border-color: #555B2E; }
span { border-color: rgb(85,91,46); }
td.TdClassName
{
border-color: #555B2E;
}
.TagClassName
{
border-color: #555B2E;
}
</style>