Shades of Saratoga #565520
Tints of Saratoga #565520
RGB
CMYK
RGB Variations
Color information
#565520 (or 0x565520) is known color: Saratoga. HEX triplet: 56, 55 and 20. RGB value is (86,85,32). Sum of RGB (Red+Green+Blue) = 86+85+32=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565520 is #A9AADF. Grayscale: #4F4F4F. Windows color (decimal): -11119328 or 2118998. OLE color: 2118998.
HSL color Cylindrical-coordinate representation of color #565520: hue angle of 58.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565520 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 32 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.66 |
| HSL | 58.89º | 0.46% | 0.23% | - |
| HSV(B) | 58.89º | 0.63% | 0.34% | - |
| XYZ | 7.35 | 8.58 | 2.64 | - |
| YUV | 79.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 32 | 0 | 0.01 | 0.63 | 0.66 | 58.89 | 0.46 | 0.23 |
| Hex | 56 | 55 | 20 | 0 | 1 | 3F | 42 | 3B | 2E | 17 |
| Octal | 126 | 125 | 40 | 0 | 1 | 77 | 102 | 73 | 56 | 27 |
| Binary | 1010110 | 1010101 | 100000 | 0 | 1 | 111111 | 1000010 | 111011 | 101110 | 10111 |
Color Harmonies of #565520
Complementary color
Monochromatic Colors of #565520
Black with #565520
Text Example
Text Example
White with #565520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565520; }
p { color: rgb(86,85,32); }
H1.HeaderClassName
{
color: #565520;
}
.AnyTagClassName
{
color: #565520;
}
</style>
background-color css
<style>
a { background-color: #565520; }
a { background-color: rgb(86,85,32); }
div.DivClassName
{
background-color: #565520;
}
.BgClassName
{
background-color: #565520;
}
</style>
border-color css
<style>
span { border-color: #565520; }
span { border-color: rgb(86,85,32); }
td.TdClassName
{
border-color: #565520;
}
.TagClassName
{
border-color: #565520;
}
</style>