Shades of Saratoga #565D2B
Tints of Saratoga #565D2B
RGB
CMYK
RGB Variations
Color information
#565D2B (or 0x565D2B) is known color: Saratoga. HEX triplet: 56, 5D and 2B. RGB value is (86,93,43). Sum of RGB (Red+Green+Blue) = 86+93+43=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #565D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D2B is #A9A2D4. Grayscale: #555555. Windows color (decimal): -11117269 or 2841942. OLE color: 2841942.
HSL color Cylindrical-coordinate representation of color #565D2B: hue angle of 68.4º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565D2B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 43 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.64 |
| HSL | 68.4º | 0.37% | 0.27% | - |
| HSV(B) | 68.4º | 0.54% | 0.36% | - |
| XYZ | 8.19 | 9.98 | 3.78 | - |
| YUV | 85.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 43 | 0.08 | 0 | 0.54 | 0.64 | 68.4 | 0.37 | 0.27 |
| Hex | 56 | 5D | 2B | 8 | 0 | 36 | 40 | 44 | 25 | 1B |
| Octal | 126 | 135 | 53 | 10 | 0 | 66 | 100 | 104 | 45 | 33 |
| Binary | 1010110 | 1011101 | 101011 | 1000 | 0 | 110110 | 1000000 | 1000100 | 100101 | 11011 |
Color Harmonies of #565D2B
Complementary color
Monochromatic Colors of #565D2B
Black with #565D2B
Text Example
Text Example
White with #565D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D2B; }
p { color: rgb(86,93,43); }
H1.HeaderClassName
{
color: #565D2B;
}
.AnyTagClassName
{
color: #565D2B;
}
</style>
background-color css
<style>
a { background-color: #565D2B; }
a { background-color: rgb(86,93,43); }
div.DivClassName
{
background-color: #565D2B;
}
.BgClassName
{
background-color: #565D2B;
}
</style>
border-color css
<style>
span { border-color: #565D2B; }
span { border-color: rgb(86,93,43); }
td.TdClassName
{
border-color: #565D2B;
}
.TagClassName
{
border-color: #565D2B;
}
</style>