Shades of Saratoga #565A39
Tints of Saratoga #565A39
RGB
CMYK
RGB Variations
Color information
#565A39 (or 0x565A39) is known color: Saratoga. HEX triplet: 56, 5A and 39. RGB value is (86,90,57). Sum of RGB (Red+Green+Blue) = 86+90+57=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #565A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A39 is #A9A5C6. Grayscale: #555555. Windows color (decimal): -11118023 or 3758678. OLE color: 3758678.
HSL color Cylindrical-coordinate representation of color #565A39: hue angle of 67.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565A39 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 57 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.65 |
| HSL | 67.27º | 0.22% | 0.29% | - |
| HSV(B) | 67.27º | 0.37% | 0.35% | - |
| XYZ | 8.23 | 9.59 | 5.29 | - |
| YUV | 85.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 57 | 0.04 | 0 | 0.37 | 0.65 | 67.27 | 0.22 | 0.29 |
| Hex | 56 | 5A | 39 | 4 | 0 | 25 | 41 | 43 | 16 | 1D |
| Octal | 126 | 132 | 71 | 4 | 0 | 45 | 101 | 103 | 26 | 35 |
| Binary | 1010110 | 1011010 | 111001 | 100 | 0 | 100101 | 1000001 | 1000011 | 10110 | 11101 |
Color Harmonies of #565A39
Complementary color
Monochromatic Colors of #565A39
Black with #565A39
Text Example
Text Example
White with #565A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A39; }
p { color: rgb(86,90,57); }
H1.HeaderClassName
{
color: #565A39;
}
.AnyTagClassName
{
color: #565A39;
}
</style>
background-color css
<style>
a { background-color: #565A39; }
a { background-color: rgb(86,90,57); }
div.DivClassName
{
background-color: #565A39;
}
.BgClassName
{
background-color: #565A39;
}
</style>
border-color css
<style>
span { border-color: #565A39; }
span { border-color: rgb(86,90,57); }
td.TdClassName
{
border-color: #565A39;
}
.TagClassName
{
border-color: #565A39;
}
</style>