Shades of Saratoga #565D25
Tints of Saratoga #565D25
RGB
CMYK
RGB Variations
Color information
#565D25 (or 0x565D25) is known color: Saratoga. HEX triplet: 56, 5D and 25. RGB value is (86,93,37). Sum of RGB (Red+Green+Blue) = 86+93+37=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #565D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D25 is #A9A2DA. Grayscale: #545454. Windows color (decimal): -11117275 or 2448726. OLE color: 2448726.
HSL color Cylindrical-coordinate representation of color #565D25: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565D25 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 37 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.64 |
| HSL | 67.5º | 0.43% | 0.25% | - |
| HSV(B) | 67.5º | 0.6% | 0.36% | - |
| XYZ | 8.09 | 9.94 | 3.24 | - |
| YUV | 84.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 37 | 0.08 | 0 | 0.60 | 0.64 | 67.5 | 0.43 | 0.25 |
| Hex | 56 | 5D | 25 | 8 | 0 | 3C | 40 | 44 | 2B | 19 |
| Octal | 126 | 135 | 45 | 10 | 0 | 74 | 100 | 104 | 53 | 31 |
| Binary | 1010110 | 1011101 | 100101 | 1000 | 0 | 111100 | 1000000 | 1000100 | 101011 | 11001 |
Color Harmonies of #565D25
Complementary color
Monochromatic Colors of #565D25
Black with #565D25
Text Example
Text Example
White with #565D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D25; }
p { color: rgb(86,93,37); }
H1.HeaderClassName
{
color: #565D25;
}
.AnyTagClassName
{
color: #565D25;
}
</style>
background-color css
<style>
a { background-color: #565D25; }
a { background-color: rgb(86,93,37); }
div.DivClassName
{
background-color: #565D25;
}
.BgClassName
{
background-color: #565D25;
}
</style>
border-color css
<style>
span { border-color: #565D25; }
span { border-color: rgb(86,93,37); }
td.TdClassName
{
border-color: #565D25;
}
.TagClassName
{
border-color: #565D25;
}
</style>