Shades of Saratoga #565835
Tints of Saratoga #565835
RGB
CMYK
RGB Variations
Color information
#565835 (or 0x565835) is known color: Saratoga. HEX triplet: 56, 58 and 35. RGB value is (86,88,53). Sum of RGB (Red+Green+Blue) = 86+88+53=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #565835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565835 is #A9A7CA. Grayscale: #535353. Windows color (decimal): -11118539 or 3496022. OLE color: 3496022.
HSL color Cylindrical-coordinate representation of color #565835: hue angle of 63.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565835 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 53 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.65 |
| HSL | 63.43º | 0.25% | 0.28% | - |
| HSV(B) | 63.43º | 0.4% | 0.35% | - |
| XYZ | 7.97 | 9.21 | 4.73 | - |
| YUV | 83.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 53 | 0.02 | 0 | 0.40 | 0.65 | 63.43 | 0.25 | 0.28 |
| Hex | 56 | 58 | 35 | 2 | 0 | 28 | 41 | 3F | 19 | 1C |
| Octal | 126 | 130 | 65 | 2 | 0 | 50 | 101 | 77 | 31 | 34 |
| Binary | 1010110 | 1011000 | 110101 | 10 | 0 | 101000 | 1000001 | 111111 | 11001 | 11100 |
Color Harmonies of #565835
Complementary color
Monochromatic Colors of #565835
Black with #565835
Text Example
Text Example
White with #565835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565835; }
p { color: rgb(86,88,53); }
H1.HeaderClassName
{
color: #565835;
}
.AnyTagClassName
{
color: #565835;
}
</style>
background-color css
<style>
a { background-color: #565835; }
a { background-color: rgb(86,88,53); }
div.DivClassName
{
background-color: #565835;
}
.BgClassName
{
background-color: #565835;
}
</style>
border-color css
<style>
span { border-color: #565835; }
span { border-color: rgb(86,88,53); }
td.TdClassName
{
border-color: #565835;
}
.TagClassName
{
border-color: #565835;
}
</style>