Shades of Saratoga #555623
Tints of Saratoga #555623
RGB
CMYK
RGB Variations
Color information
#555623 (or 0x555623) is known color: Saratoga. HEX triplet: 55, 56 and 23. RGB value is (85,86,35). Sum of RGB (Red+Green+Blue) = 85+86+35=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #555623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555623 is #AAA9DC. Grayscale: #505050. Windows color (decimal): -11184605 or 2315861. OLE color: 2315861.
HSL color Cylindrical-coordinate representation of color #555623: hue angle of 61.18º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555623 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 35 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.66 |
| HSL | 61.18º | 0.42% | 0.24% | - |
| HSV(B) | 61.18º | 0.59% | 0.34% | - |
| XYZ | 7.38 | 8.71 | 2.88 | - |
| YUV | 79.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 35 | 0.01 | 0 | 0.59 | 0.66 | 61.18 | 0.42 | 0.24 |
| Hex | 55 | 56 | 23 | 1 | 0 | 3B | 42 | 3D | 2A | 18 |
| Octal | 125 | 126 | 43 | 1 | 0 | 73 | 102 | 75 | 52 | 30 |
| Binary | 1010101 | 1010110 | 100011 | 1 | 0 | 111011 | 1000010 | 111101 | 101010 | 11000 |
Color Harmonies of #555623
Complementary color
Monochromatic Colors of #555623
Black with #555623
Text Example
Text Example
White with #555623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555623; }
p { color: rgb(85,86,35); }
H1.HeaderClassName
{
color: #555623;
}
.AnyTagClassName
{
color: #555623;
}
</style>
background-color css
<style>
a { background-color: #555623; }
a { background-color: rgb(85,86,35); }
div.DivClassName
{
background-color: #555623;
}
.BgClassName
{
background-color: #555623;
}
</style>
border-color css
<style>
span { border-color: #555623; }
span { border-color: rgb(85,86,35); }
td.TdClassName
{
border-color: #555623;
}
.TagClassName
{
border-color: #555623;
}
</style>