Shades of Saratoga #55602E
Tints of Saratoga #55602E
RGB
CMYK
RGB Variations
Color information
#55602E (or 0x55602E) is known color: Saratoga. HEX triplet: 55, 60 and 2E. RGB value is (85,96,46). Sum of RGB (Red+Green+Blue) = 85+96+46=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #55602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55602E is #AA9FD1. Grayscale: #575757. Windows color (decimal): -11182034 or 3039317. OLE color: 3039317.
HSL color Cylindrical-coordinate representation of color #55602E: hue angle of 73.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55602E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 46 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.62 |
| HSL | 73.2º | 0.35% | 0.28% | - |
| HSV(B) | 73.2º | 0.52% | 0.38% | - |
| XYZ | 8.42 | 10.49 | 4.17 | - |
| YUV | 87.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 46 | 0.11 | 0 | 0.52 | 0.62 | 73.2 | 0.35 | 0.28 |
| Hex | 55 | 60 | 2E | B | 0 | 34 | 3E | 49 | 23 | 1C |
| Octal | 125 | 140 | 56 | 13 | 0 | 64 | 76 | 111 | 43 | 34 |
| Binary | 1010101 | 1100000 | 101110 | 1011 | 0 | 110100 | 111110 | 1001001 | 100011 | 11100 |
Color Harmonies of #55602E
Complementary color
Monochromatic Colors of #55602E
Black with #55602E
Text Example
Text Example
White with #55602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55602E; }
p { color: rgb(85,96,46); }
H1.HeaderClassName
{
color: #55602E;
}
.AnyTagClassName
{
color: #55602E;
}
</style>
background-color css
<style>
a { background-color: #55602E; }
a { background-color: rgb(85,96,46); }
div.DivClassName
{
background-color: #55602E;
}
.BgClassName
{
background-color: #55602E;
}
</style>
border-color css
<style>
span { border-color: #55602E; }
span { border-color: rgb(85,96,46); }
td.TdClassName
{
border-color: #55602E;
}
.TagClassName
{
border-color: #55602E;
}
</style>