Shades of Saratoga #55602B
Tints of Saratoga #55602B
RGB
CMYK
RGB Variations
Color information
#55602B (or 0x55602B) is known color: Saratoga. HEX triplet: 55, 60 and 2B. RGB value is (85,96,43). Sum of RGB (Red+Green+Blue) = 85+96+43=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #55602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55602B is #AA9FD4. Grayscale: #565656. Windows color (decimal): -11182037 or 2842709. OLE color: 2842709.
HSL color Cylindrical-coordinate representation of color #55602B: hue angle of 72.45º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55602B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 43 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.62 |
| HSL | 72.45º | 0.38% | 0.27% | - |
| HSV(B) | 72.45º | 0.55% | 0.38% | - |
| XYZ | 8.37 | 10.47 | 3.87 | - |
| YUV | 86.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 43 | 0.11 | 0 | 0.55 | 0.62 | 72.45 | 0.38 | 0.27 |
| Hex | 55 | 60 | 2B | B | 0 | 37 | 3E | 48 | 26 | 1B |
| Octal | 125 | 140 | 53 | 13 | 0 | 67 | 76 | 110 | 46 | 33 |
| Binary | 1010101 | 1100000 | 101011 | 1011 | 0 | 110111 | 111110 | 1001000 | 100110 | 11011 |
Color Harmonies of #55602B
Complementary color
Monochromatic Colors of #55602B
Black with #55602B
Text Example
Text Example
White with #55602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55602B; }
p { color: rgb(85,96,43); }
H1.HeaderClassName
{
color: #55602B;
}
.AnyTagClassName
{
color: #55602B;
}
</style>
background-color css
<style>
a { background-color: #55602B; }
a { background-color: rgb(85,96,43); }
div.DivClassName
{
background-color: #55602B;
}
.BgClassName
{
background-color: #55602B;
}
</style>
border-color css
<style>
span { border-color: #55602B; }
span { border-color: rgb(85,96,43); }
td.TdClassName
{
border-color: #55602B;
}
.TagClassName
{
border-color: #55602B;
}
</style>