Shades of Saratoga #555C2E
Tints of Saratoga #555C2E
RGB
CMYK
RGB Variations
Color information
#555C2E (or 0x555C2E) is known color: Saratoga. HEX triplet: 55, 5C and 2E. RGB value is (85,92,46). Sum of RGB (Red+Green+Blue) = 85+92+46=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #555C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C2E is #AAA3D1. Grayscale: #545454. Windows color (decimal): -11183058 or 3038293. OLE color: 3038293.
HSL color Cylindrical-coordinate representation of color #555C2E: hue angle of 69.13º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555C2E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 46 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.64 |
| HSL | 69.13º | 0.33% | 0.27% | - |
| HSV(B) | 69.13º | 0.5% | 0.36% | - |
| XYZ | 8.07 | 9.78 | 4.05 | - |
| YUV | 84.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 46 | 0.08 | 0 | 0.50 | 0.64 | 69.13 | 0.33 | 0.27 |
| Hex | 55 | 5C | 2E | 8 | 0 | 32 | 40 | 45 | 21 | 1B |
| Octal | 125 | 134 | 56 | 10 | 0 | 62 | 100 | 105 | 41 | 33 |
| Binary | 1010101 | 1011100 | 101110 | 1000 | 0 | 110010 | 1000000 | 1000101 | 100001 | 11011 |
Color Harmonies of #555C2E
Complementary color
Monochromatic Colors of #555C2E
Black with #555C2E
Text Example
Text Example
White with #555C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C2E; }
p { color: rgb(85,92,46); }
H1.HeaderClassName
{
color: #555C2E;
}
.AnyTagClassName
{
color: #555C2E;
}
</style>
background-color css
<style>
a { background-color: #555C2E; }
a { background-color: rgb(85,92,46); }
div.DivClassName
{
background-color: #555C2E;
}
.BgClassName
{
background-color: #555C2E;
}
</style>
border-color css
<style>
span { border-color: #555C2E; }
span { border-color: rgb(85,92,46); }
td.TdClassName
{
border-color: #555C2E;
}
.TagClassName
{
border-color: #555C2E;
}
</style>