Shades of Saratoga #565736
Tints of Saratoga #565736
RGB
CMYK
RGB Variations
Color information
#565736 (or 0x565736) is known color: Saratoga. HEX triplet: 56, 57 and 36. RGB value is (86,87,54). Sum of RGB (Red+Green+Blue) = 86+87+54=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #565736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565736 is #A9A8C9. Grayscale: #535353. Windows color (decimal): -11118794 or 3561302. OLE color: 3561302.
HSL color Cylindrical-coordinate representation of color #565736: hue angle of 61.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565736 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 54 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.66 |
| HSL | 61.82º | 0.23% | 0.28% | - |
| HSV(B) | 61.82º | 0.38% | 0.34% | - |
| XYZ | 7.91 | 9.06 | 4.82 | - |
| YUV | 82.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 54 | 0.01 | 0 | 0.38 | 0.66 | 61.82 | 0.23 | 0.28 |
| Hex | 56 | 57 | 36 | 1 | 0 | 26 | 42 | 3E | 17 | 1C |
| Octal | 126 | 127 | 66 | 1 | 0 | 46 | 102 | 76 | 27 | 34 |
| Binary | 1010110 | 1010111 | 110110 | 1 | 0 | 100110 | 1000010 | 111110 | 10111 | 11100 |
Color Harmonies of #565736
Complementary color
Monochromatic Colors of #565736
Black with #565736
Text Example
Text Example
White with #565736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565736; }
p { color: rgb(86,87,54); }
H1.HeaderClassName
{
color: #565736;
}
.AnyTagClassName
{
color: #565736;
}
</style>
background-color css
<style>
a { background-color: #565736; }
a { background-color: rgb(86,87,54); }
div.DivClassName
{
background-color: #565736;
}
.BgClassName
{
background-color: #565736;
}
</style>
border-color css
<style>
span { border-color: #565736; }
span { border-color: rgb(86,87,54); }
td.TdClassName
{
border-color: #565736;
}
.TagClassName
{
border-color: #565736;
}
</style>