Shades of Saratoga #555938
Tints of Saratoga #555938
RGB
CMYK
RGB Variations
Color information
#555938 (or 0x555938) is known color: Saratoga. HEX triplet: 55, 59 and 38. RGB value is (85,89,56). Sum of RGB (Red+Green+Blue) = 85+89+56=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #555938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555938 is #AAA6C7. Grayscale: #545454. Windows color (decimal): -11183816 or 3692885. OLE color: 3692885.
HSL color Cylindrical-coordinate representation of color #555938: hue angle of 67.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555938 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 56 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.65 |
| HSL | 67.27º | 0.23% | 0.28% | - |
| HSV(B) | 67.27º | 0.37% | 0.35% | - |
| XYZ | 8.03 | 9.36 | 5.12 | - |
| YUV | 84.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 56 | 0.04 | 0 | 0.37 | 0.65 | 67.27 | 0.23 | 0.28 |
| Hex | 55 | 59 | 38 | 4 | 0 | 25 | 41 | 43 | 17 | 1C |
| Octal | 125 | 131 | 70 | 4 | 0 | 45 | 101 | 103 | 27 | 34 |
| Binary | 1010101 | 1011001 | 111000 | 100 | 0 | 100101 | 1000001 | 1000011 | 10111 | 11100 |
Color Harmonies of #555938
Complementary color
Monochromatic Colors of #555938
Black with #555938
Text Example
Text Example
White with #555938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555938; }
p { color: rgb(85,89,56); }
H1.HeaderClassName
{
color: #555938;
}
.AnyTagClassName
{
color: #555938;
}
</style>
background-color css
<style>
a { background-color: #555938; }
a { background-color: rgb(85,89,56); }
div.DivClassName
{
background-color: #555938;
}
.BgClassName
{
background-color: #555938;
}
</style>
border-color css
<style>
span { border-color: #555938; }
span { border-color: rgb(85,89,56); }
td.TdClassName
{
border-color: #555938;
}
.TagClassName
{
border-color: #555938;
}
</style>