Shades of Saratoga #565C24
Tints of Saratoga #565C24
RGB
CMYK
RGB Variations
Color information
#565C24 (or 0x565C24) is known color: Saratoga. HEX triplet: 56, 5C and 24. RGB value is (86,92,36). Sum of RGB (Red+Green+Blue) = 86+92+36=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #565C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C24 is #A9A3DB. Grayscale: #545454. Windows color (decimal): -11117532 or 2382934. OLE color: 2382934.
HSL color Cylindrical-coordinate representation of color #565C24: hue angle of 66.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565C24 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 36 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.64 |
| HSL | 66.43º | 0.44% | 0.25% | - |
| HSV(B) | 66.43º | 0.61% | 0.36% | - |
| XYZ | 7.98 | 9.76 | 3.13 | - |
| YUV | 83.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 36 | 0.07 | 0 | 0.61 | 0.64 | 66.43 | 0.44 | 0.25 |
| Hex | 56 | 5C | 24 | 7 | 0 | 3D | 40 | 42 | 2C | 19 |
| Octal | 126 | 134 | 44 | 7 | 0 | 75 | 100 | 102 | 54 | 31 |
| Binary | 1010110 | 1011100 | 100100 | 111 | 0 | 111101 | 1000000 | 1000010 | 101100 | 11001 |
Color Harmonies of #565C24
Complementary color
Monochromatic Colors of #565C24
Black with #565C24
Text Example
Text Example
White with #565C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C24; }
p { color: rgb(86,92,36); }
H1.HeaderClassName
{
color: #565C24;
}
.AnyTagClassName
{
color: #565C24;
}
</style>
background-color css
<style>
a { background-color: #565C24; }
a { background-color: rgb(86,92,36); }
div.DivClassName
{
background-color: #565C24;
}
.BgClassName
{
background-color: #565C24;
}
</style>
border-color css
<style>
span { border-color: #565C24; }
span { border-color: rgb(86,92,36); }
td.TdClassName
{
border-color: #565C24;
}
.TagClassName
{
border-color: #565C24;
}
</style>