Shades of Saratoga #55592F
Tints of Saratoga #55592F
RGB
CMYK
RGB Variations
Color information
#55592F (or 0x55592F) is known color: Saratoga. HEX triplet: 55, 59 and 2F. RGB value is (85,89,47). Sum of RGB (Red+Green+Blue) = 85+89+47=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #55592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592F is #AAA6D0. Grayscale: #535353. Windows color (decimal): -11183825 or 3103061. OLE color: 3103061.
HSL color Cylindrical-coordinate representation of color #55592F: hue angle of 65.71º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55592F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 47 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.65 |
| HSL | 65.71º | 0.31% | 0.27% | - |
| HSV(B) | 65.71º | 0.47% | 0.35% | - |
| XYZ | 7.83 | 9.28 | 4.07 | - |
| YUV | 83.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 47 | 0.04 | 0 | 0.47 | 0.65 | 65.71 | 0.31 | 0.27 |
| Hex | 55 | 59 | 2F | 4 | 0 | 2F | 41 | 42 | 1F | 1B |
| Octal | 125 | 131 | 57 | 4 | 0 | 57 | 101 | 102 | 37 | 33 |
| Binary | 1010101 | 1011001 | 101111 | 100 | 0 | 101111 | 1000001 | 1000010 | 11111 | 11011 |
Color Harmonies of #55592F
Complementary color
Monochromatic Colors of #55592F
Black with #55592F
Text Example
Text Example
White with #55592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55592F; }
p { color: rgb(85,89,47); }
H1.HeaderClassName
{
color: #55592F;
}
.AnyTagClassName
{
color: #55592F;
}
</style>
background-color css
<style>
a { background-color: #55592F; }
a { background-color: rgb(85,89,47); }
div.DivClassName
{
background-color: #55592F;
}
.BgClassName
{
background-color: #55592F;
}
</style>
border-color css
<style>
span { border-color: #55592F; }
span { border-color: rgb(85,89,47); }
td.TdClassName
{
border-color: #55592F;
}
.TagClassName
{
border-color: #55592F;
}
</style>