Shades of Saratoga #565D32
Tints of Saratoga #565D32
RGB
CMYK
RGB Variations
Color information
#565D32 (or 0x565D32) is known color: Saratoga. HEX triplet: 56, 5D and 32. RGB value is (86,93,50). Sum of RGB (Red+Green+Blue) = 86+93+50=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #565D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D32 is #A9A2CD. Grayscale: #565656. Windows color (decimal): -11117262 or 3300694. OLE color: 3300694.
HSL color Cylindrical-coordinate representation of color #565D32: hue angle of 69.77º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #565D32 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 50 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.64 |
| HSL | 69.77º | 0.3% | 0.28% | - |
| HSV(B) | 69.77º | 0.46% | 0.36% | - |
| XYZ | 8.33 | 10.04 | 4.52 | - |
| YUV | 86.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 50 | 0.08 | 0 | 0.46 | 0.64 | 69.77 | 0.3 | 0.28 |
| Hex | 56 | 5D | 32 | 8 | 0 | 2E | 40 | 46 | 1E | 1C |
| Octal | 126 | 135 | 62 | 10 | 0 | 56 | 100 | 106 | 36 | 34 |
| Binary | 1010110 | 1011101 | 110010 | 1000 | 0 | 101110 | 1000000 | 1000110 | 11110 | 11100 |
Color Harmonies of #565D32
Complementary color
Monochromatic Colors of #565D32
Black with #565D32
Text Example
Text Example
White with #565D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D32; }
p { color: rgb(86,93,50); }
H1.HeaderClassName
{
color: #565D32;
}
.AnyTagClassName
{
color: #565D32;
}
</style>
background-color css
<style>
a { background-color: #565D32; }
a { background-color: rgb(86,93,50); }
div.DivClassName
{
background-color: #565D32;
}
.BgClassName
{
background-color: #565D32;
}
</style>
border-color css
<style>
span { border-color: #565D32; }
span { border-color: rgb(86,93,50); }
td.TdClassName
{
border-color: #565D32;
}
.TagClassName
{
border-color: #565D32;
}
</style>