Shades of Saratoga #565732
Tints of Saratoga #565732
RGB
CMYK
RGB Variations
Color information
#565732 (or 0x565732) is known color: Saratoga. HEX triplet: 56, 57 and 32. RGB value is (86,87,50). Sum of RGB (Red+Green+Blue) = 86+87+50=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #565732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565732 is #A9A8CD. Grayscale: #525252. Windows color (decimal): -11118798 or 3299158. OLE color: 3299158.
HSL color Cylindrical-coordinate representation of color #565732: hue angle of 61.62º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #565732 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 50 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.66 |
| HSL | 61.62º | 0.27% | 0.27% | - |
| HSV(B) | 61.62º | 0.43% | 0.34% | - |
| XYZ | 7.82 | 9.03 | 4.35 | - |
| YUV | 82.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 50 | 0.01 | 0 | 0.43 | 0.66 | 61.62 | 0.27 | 0.27 |
| Hex | 56 | 57 | 32 | 1 | 0 | 2B | 42 | 3E | 1B | 1B |
| Octal | 126 | 127 | 62 | 1 | 0 | 53 | 102 | 76 | 33 | 33 |
| Binary | 1010110 | 1010111 | 110010 | 1 | 0 | 101011 | 1000010 | 111110 | 11011 | 11011 |
Color Harmonies of #565732
Complementary color
Monochromatic Colors of #565732
Black with #565732
Text Example
Text Example
White with #565732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565732; }
p { color: rgb(86,87,50); }
H1.HeaderClassName
{
color: #565732;
}
.AnyTagClassName
{
color: #565732;
}
</style>
background-color css
<style>
a { background-color: #565732; }
a { background-color: rgb(86,87,50); }
div.DivClassName
{
background-color: #565732;
}
.BgClassName
{
background-color: #565732;
}
</style>
border-color css
<style>
span { border-color: #565732; }
span { border-color: rgb(86,87,50); }
td.TdClassName
{
border-color: #565732;
}
.TagClassName
{
border-color: #565732;
}
</style>