Shades of Saratoga #565C35
Tints of Saratoga #565C35
RGB
CMYK
RGB Variations
Color information
#565C35 (or 0x565C35) is known color: Saratoga. HEX triplet: 56, 5C and 35. RGB value is (86,92,53). Sum of RGB (Red+Green+Blue) = 86+92+53=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #565C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C35 is #A9A3CA. Grayscale: #555555. Windows color (decimal): -11117515 or 3497046. OLE color: 3497046.
HSL color Cylindrical-coordinate representation of color #565C35: hue angle of 69.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565C35 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 53 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.64 |
| HSL | 69.23º | 0.27% | 0.28% | - |
| HSV(B) | 69.23º | 0.42% | 0.36% | - |
| XYZ | 8.31 | 9.89 | 4.84 | - |
| YUV | 85.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 53 | 0.07 | 0 | 0.42 | 0.64 | 69.23 | 0.27 | 0.28 |
| Hex | 56 | 5C | 35 | 7 | 0 | 2A | 40 | 45 | 1B | 1C |
| Octal | 126 | 134 | 65 | 7 | 0 | 52 | 100 | 105 | 33 | 34 |
| Binary | 1010110 | 1011100 | 110101 | 111 | 0 | 101010 | 1000000 | 1000101 | 11011 | 11100 |
Color Harmonies of #565C35
Complementary color
Monochromatic Colors of #565C35
Black with #565C35
Text Example
Text Example
White with #565C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C35; }
p { color: rgb(86,92,53); }
H1.HeaderClassName
{
color: #565C35;
}
.AnyTagClassName
{
color: #565C35;
}
</style>
background-color css
<style>
a { background-color: #565C35; }
a { background-color: rgb(86,92,53); }
div.DivClassName
{
background-color: #565C35;
}
.BgClassName
{
background-color: #565C35;
}
</style>
border-color css
<style>
span { border-color: #565C35; }
span { border-color: rgb(86,92,53); }
td.TdClassName
{
border-color: #565C35;
}
.TagClassName
{
border-color: #565C35;
}
</style>