Shades of Saratoga #555627
Tints of Saratoga #555627
RGB
CMYK
RGB Variations
Color information
#555627 (or 0x555627) is known color: Saratoga. HEX triplet: 55, 56 and 27. RGB value is (85,86,39). Sum of RGB (Red+Green+Blue) = 85+86+39=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #555627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555627 is #AAA9D8. Grayscale: #505050. Windows color (decimal): -11184601 or 2578005. OLE color: 2578005.
HSL color Cylindrical-coordinate representation of color #555627: hue angle of 61.28º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555627 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 39 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.66 |
| HSL | 61.28º | 0.38% | 0.25% | - |
| HSV(B) | 61.28º | 0.55% | 0.34% | - |
| XYZ | 7.44 | 8.73 | 3.21 | - |
| YUV | 80.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 39 | 0.01 | 0 | 0.55 | 0.66 | 61.28 | 0.38 | 0.25 |
| Hex | 55 | 56 | 27 | 1 | 0 | 37 | 42 | 3D | 26 | 19 |
| Octal | 125 | 126 | 47 | 1 | 0 | 67 | 102 | 75 | 46 | 31 |
| Binary | 1010101 | 1010110 | 100111 | 1 | 0 | 110111 | 1000010 | 111101 | 100110 | 11001 |
Color Harmonies of #555627
Complementary color
Monochromatic Colors of #555627
Black with #555627
Text Example
Text Example
White with #555627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555627; }
p { color: rgb(85,86,39); }
H1.HeaderClassName
{
color: #555627;
}
.AnyTagClassName
{
color: #555627;
}
</style>
background-color css
<style>
a { background-color: #555627; }
a { background-color: rgb(85,86,39); }
div.DivClassName
{
background-color: #555627;
}
.BgClassName
{
background-color: #555627;
}
</style>
border-color css
<style>
span { border-color: #555627; }
span { border-color: rgb(85,86,39); }
td.TdClassName
{
border-color: #555627;
}
.TagClassName
{
border-color: #555627;
}
</style>