Shades of Saratoga #565D28
Tints of Saratoga #565D28
RGB
CMYK
RGB Variations
Color information
#565D28 (or 0x565D28) is known color: Saratoga. HEX triplet: 56, 5D and 28. RGB value is (86,93,40). Sum of RGB (Red+Green+Blue) = 86+93+40=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #565D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D28 is #A9A2D7. Grayscale: #555555. Windows color (decimal): -11117272 or 2645334. OLE color: 2645334.
HSL color Cylindrical-coordinate representation of color #565D28: hue angle of 67.92º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565D28 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 40 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.64 |
| HSL | 67.92º | 0.4% | 0.26% | - |
| HSV(B) | 67.92º | 0.57% | 0.36% | - |
| XYZ | 8.14 | 9.96 | 3.5 | - |
| YUV | 84.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 40 | 0.08 | 0 | 0.57 | 0.64 | 67.92 | 0.4 | 0.26 |
| Hex | 56 | 5D | 28 | 8 | 0 | 39 | 40 | 44 | 28 | 1A |
| Octal | 126 | 135 | 50 | 10 | 0 | 71 | 100 | 104 | 50 | 32 |
| Binary | 1010110 | 1011101 | 101000 | 1000 | 0 | 111001 | 1000000 | 1000100 | 101000 | 11010 |
Color Harmonies of #565D28
Complementary color
Monochromatic Colors of #565D28
Black with #565D28
Text Example
Text Example
White with #565D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D28; }
p { color: rgb(86,93,40); }
H1.HeaderClassName
{
color: #565D28;
}
.AnyTagClassName
{
color: #565D28;
}
</style>
background-color css
<style>
a { background-color: #565D28; }
a { background-color: rgb(86,93,40); }
div.DivClassName
{
background-color: #565D28;
}
.BgClassName
{
background-color: #565D28;
}
</style>
border-color css
<style>
span { border-color: #565D28; }
span { border-color: rgb(86,93,40); }
td.TdClassName
{
border-color: #565D28;
}
.TagClassName
{
border-color: #565D28;
}
</style>