Shades of Saratoga #565C31
Tints of Saratoga #565C31
RGB
CMYK
RGB Variations
Color information
#565C31 (or 0x565C31) is known color: Saratoga. HEX triplet: 56, 5C and 31. RGB value is (86,92,49). Sum of RGB (Red+Green+Blue) = 86+92+49=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #565C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C31 is #A9A3CE. Grayscale: #555555. Windows color (decimal): -11117519 or 3234902. OLE color: 3234902.
HSL color Cylindrical-coordinate representation of color #565C31: hue angle of 68.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565C31 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 49 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.64 |
| HSL | 68.37º | 0.3% | 0.28% | - |
| HSV(B) | 68.37º | 0.47% | 0.36% | - |
| XYZ | 8.22 | 9.85 | 4.37 | - |
| YUV | 85.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 49 | 0.07 | 0 | 0.47 | 0.64 | 68.37 | 0.3 | 0.28 |
| Hex | 56 | 5C | 31 | 7 | 0 | 2F | 40 | 44 | 1E | 1C |
| Octal | 126 | 134 | 61 | 7 | 0 | 57 | 100 | 104 | 36 | 34 |
| Binary | 1010110 | 1011100 | 110001 | 111 | 0 | 101111 | 1000000 | 1000100 | 11110 | 11100 |
Color Harmonies of #565C31
Complementary color
Monochromatic Colors of #565C31
Black with #565C31
Text Example
Text Example
White with #565C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C31; }
p { color: rgb(86,92,49); }
H1.HeaderClassName
{
color: #565C31;
}
.AnyTagClassName
{
color: #565C31;
}
</style>
background-color css
<style>
a { background-color: #565C31; }
a { background-color: rgb(86,92,49); }
div.DivClassName
{
background-color: #565C31;
}
.BgClassName
{
background-color: #565C31;
}
</style>
border-color css
<style>
span { border-color: #565C31; }
span { border-color: rgb(86,92,49); }
td.TdClassName
{
border-color: #565C31;
}
.TagClassName
{
border-color: #565C31;
}
</style>