Shades of Saratoga #565C36
Tints of Saratoga #565C36
RGB
CMYK
RGB Variations
Color information
#565C36 (or 0x565C36) is known color: Saratoga. HEX triplet: 56, 5C and 36. RGB value is (86,92,54). Sum of RGB (Red+Green+Blue) = 86+92+54=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #565C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C36 is #A9A3C9. Grayscale: #565656. Windows color (decimal): -11117514 or 3562582. OLE color: 3562582.
HSL color Cylindrical-coordinate representation of color #565C36: hue angle of 69.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565C36 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 54 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.64 |
| HSL | 69.47º | 0.26% | 0.29% | - |
| HSV(B) | 69.47º | 0.41% | 0.36% | - |
| XYZ | 8.33 | 9.9 | 4.96 | - |
| YUV | 85.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 54 | 0.07 | 0 | 0.41 | 0.64 | 69.47 | 0.26 | 0.29 |
| Hex | 56 | 5C | 36 | 7 | 0 | 29 | 40 | 45 | 1A | 1D |
| Octal | 126 | 134 | 66 | 7 | 0 | 51 | 100 | 105 | 32 | 35 |
| Binary | 1010110 | 1011100 | 110110 | 111 | 0 | 101001 | 1000000 | 1000101 | 11010 | 11101 |
Color Harmonies of #565C36
Complementary color
Monochromatic Colors of #565C36
Black with #565C36
Text Example
Text Example
White with #565C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C36; }
p { color: rgb(86,92,54); }
H1.HeaderClassName
{
color: #565C36;
}
.AnyTagClassName
{
color: #565C36;
}
</style>
background-color css
<style>
a { background-color: #565C36; }
a { background-color: rgb(86,92,54); }
div.DivClassName
{
background-color: #565C36;
}
.BgClassName
{
background-color: #565C36;
}
</style>
border-color css
<style>
span { border-color: #565C36; }
span { border-color: rgb(86,92,54); }
td.TdClassName
{
border-color: #565C36;
}
.TagClassName
{
border-color: #565C36;
}
</style>