Shades of Saratoga #555D2E
Tints of Saratoga #555D2E
RGB
CMYK
RGB Variations
Color information
#555D2E (or 0x555D2E) is known color: Saratoga. HEX triplet: 55, 5D and 2E. RGB value is (85,93,46). Sum of RGB (Red+Green+Blue) = 85+93+46=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #555D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D2E is #AAA2D1. Grayscale: #555555. Windows color (decimal): -11182802 or 3038549. OLE color: 3038549.
HSL color Cylindrical-coordinate representation of color #555D2E: hue angle of 70.21º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555D2E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 46 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.64 |
| HSL | 70.21º | 0.34% | 0.27% | - |
| HSV(B) | 70.21º | 0.51% | 0.36% | - |
| XYZ | 8.15 | 9.96 | 4.08 | - |
| YUV | 85.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 46 | 0.09 | 0 | 0.51 | 0.64 | 70.21 | 0.34 | 0.27 |
| Hex | 55 | 5D | 2E | 9 | 0 | 33 | 40 | 46 | 22 | 1B |
| Octal | 125 | 135 | 56 | 11 | 0 | 63 | 100 | 106 | 42 | 33 |
| Binary | 1010101 | 1011101 | 101110 | 1001 | 0 | 110011 | 1000000 | 1000110 | 100010 | 11011 |
Color Harmonies of #555D2E
Complementary color
Monochromatic Colors of #555D2E
Black with #555D2E
Text Example
Text Example
White with #555D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D2E; }
p { color: rgb(85,93,46); }
H1.HeaderClassName
{
color: #555D2E;
}
.AnyTagClassName
{
color: #555D2E;
}
</style>
background-color css
<style>
a { background-color: #555D2E; }
a { background-color: rgb(85,93,46); }
div.DivClassName
{
background-color: #555D2E;
}
.BgClassName
{
background-color: #555D2E;
}
</style>
border-color css
<style>
span { border-color: #555D2E; }
span { border-color: rgb(85,93,46); }
td.TdClassName
{
border-color: #555D2E;
}
.TagClassName
{
border-color: #555D2E;
}
</style>