Shades of Saratoga #565E31
Tints of Saratoga #565E31
RGB
CMYK
RGB Variations
Color information
#565E31 (or 0x565E31) is known color: Saratoga. HEX triplet: 56, 5E and 31. RGB value is (86,94,49). Sum of RGB (Red+Green+Blue) = 86+94+49=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #565E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E31 is #A9A1CE. Grayscale: #565656. Windows color (decimal): -11117007 or 3235414. OLE color: 3235414.
HSL color Cylindrical-coordinate representation of color #565E31: hue angle of 70.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565E31 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 94 | 49 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.63 |
| HSL | 70.67º | 0.31% | 0.28% | - |
| HSV(B) | 70.67º | 0.48% | 0.37% | - |
| XYZ | 8.39 | 10.21 | 4.43 | - |
| YUV | 86.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 49 | 0.09 | 0 | 0.48 | 0.63 | 70.67 | 0.31 | 0.28 |
| Hex | 56 | 5E | 31 | 9 | 0 | 30 | 3F | 47 | 1F | 1C |
| Octal | 126 | 136 | 61 | 11 | 0 | 60 | 77 | 107 | 37 | 34 |
| Binary | 1010110 | 1011110 | 110001 | 1001 | 0 | 110000 | 111111 | 1000111 | 11111 | 11100 |
Color Harmonies of #565E31
Complementary color
Monochromatic Colors of #565E31
Black with #565E31
Text Example
Text Example
White with #565E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E31; }
p { color: rgb(86,94,49); }
H1.HeaderClassName
{
color: #565E31;
}
.AnyTagClassName
{
color: #565E31;
}
</style>
background-color css
<style>
a { background-color: #565E31; }
a { background-color: rgb(86,94,49); }
div.DivClassName
{
background-color: #565E31;
}
.BgClassName
{
background-color: #565E31;
}
</style>
border-color css
<style>
span { border-color: #565E31; }
span { border-color: rgb(86,94,49); }
td.TdClassName
{
border-color: #565E31;
}
.TagClassName
{
border-color: #565E31;
}
</style>