Shades of Saratoga #565F29
Tints of Saratoga #565F29
RGB
CMYK
RGB Variations
Color information
#565F29 (or 0x565F29) is known color: Saratoga. HEX triplet: 56, 5F and 29. RGB value is (86,95,41). Sum of RGB (Red+Green+Blue) = 86+95+41=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #565F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F29 is #A9A0D6. Grayscale: #565656. Windows color (decimal): -11116759 or 2711382. OLE color: 2711382.
HSL color Cylindrical-coordinate representation of color #565F29: hue angle of 70º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565F29 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 41 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.63 |
| HSL | 70º | 0.4% | 0.27% | - |
| HSV(B) | 70º | 0.57% | 0.37% | - |
| XYZ | 8.33 | 10.32 | 3.65 | - |
| YUV | 86.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 41 | 0.09 | 0 | 0.57 | 0.63 | 70 | 0.4 | 0.27 |
| Hex | 56 | 5F | 29 | 9 | 0 | 39 | 3F | 46 | 28 | 1B |
| Octal | 126 | 137 | 51 | 11 | 0 | 71 | 77 | 106 | 50 | 33 |
| Binary | 1010110 | 1011111 | 101001 | 1001 | 0 | 111001 | 111111 | 1000110 | 101000 | 11011 |
Color Harmonies of #565F29
Complementary color
Monochromatic Colors of #565F29
Black with #565F29
Text Example
Text Example
White with #565F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F29; }
p { color: rgb(86,95,41); }
H1.HeaderClassName
{
color: #565F29;
}
.AnyTagClassName
{
color: #565F29;
}
</style>
background-color css
<style>
a { background-color: #565F29; }
a { background-color: rgb(86,95,41); }
div.DivClassName
{
background-color: #565F29;
}
.BgClassName
{
background-color: #565F29;
}
</style>
border-color css
<style>
span { border-color: #565F29; }
span { border-color: rgb(86,95,41); }
td.TdClassName
{
border-color: #565F29;
}
.TagClassName
{
border-color: #565F29;
}
</style>