Shades of Saratoga #565823
Tints of Saratoga #565823
RGB
CMYK
RGB Variations
Color information
#565823 (or 0x565823) is known color: Saratoga. HEX triplet: 56, 58 and 23. RGB value is (86,88,35). Sum of RGB (Red+Green+Blue) = 86+88+35=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #565823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565823 is #A9A7DC. Grayscale: #515151. Windows color (decimal): -11118557 or 2316374. OLE color: 2316374.
HSL color Cylindrical-coordinate representation of color #565823: hue angle of 62.26º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565823 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 35 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.65 |
| HSL | 62.26º | 0.43% | 0.24% | - |
| HSV(B) | 62.26º | 0.6% | 0.35% | - |
| XYZ | 7.63 | 9.08 | 2.94 | - |
| YUV | 81.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 35 | 0.02 | 0 | 0.60 | 0.65 | 62.26 | 0.43 | 0.24 |
| Hex | 56 | 58 | 23 | 2 | 0 | 3C | 41 | 3E | 2B | 18 |
| Octal | 126 | 130 | 43 | 2 | 0 | 74 | 101 | 76 | 53 | 30 |
| Binary | 1010110 | 1011000 | 100011 | 10 | 0 | 111100 | 1000001 | 111110 | 101011 | 11000 |
Color Harmonies of #565823
Complementary color
Monochromatic Colors of #565823
Black with #565823
Text Example
Text Example
White with #565823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565823; }
p { color: rgb(86,88,35); }
H1.HeaderClassName
{
color: #565823;
}
.AnyTagClassName
{
color: #565823;
}
</style>
background-color css
<style>
a { background-color: #565823; }
a { background-color: rgb(86,88,35); }
div.DivClassName
{
background-color: #565823;
}
.BgClassName
{
background-color: #565823;
}
</style>
border-color css
<style>
span { border-color: #565823; }
span { border-color: rgb(86,88,35); }
td.TdClassName
{
border-color: #565823;
}
.TagClassName
{
border-color: #565823;
}
</style>