Shades of Saratoga #565E21
Tints of Saratoga #565E21
RGB
CMYK
RGB Variations
Color information
#565E21 (or 0x565E21) is known color: Saratoga. HEX triplet: 56, 5E and 21. RGB value is (86,94,33). Sum of RGB (Red+Green+Blue) = 86+94+33=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #565E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E21 is #A9A1DE. Grayscale: #545454. Windows color (decimal): -11117023 or 2186838. OLE color: 2186838.
HSL color Cylindrical-coordinate representation of color #565E21: hue angle of 67.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #565E21 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 94 | 33 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.63 |
| HSL | 67.87º | 0.48% | 0.25% | - |
| HSV(B) | 67.87º | 0.65% | 0.37% | - |
| XYZ | 8.11 | 10.09 | 2.96 | - |
| YUV | 84.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 33 | 0.09 | 0 | 0.65 | 0.63 | 67.87 | 0.48 | 0.25 |
| Hex | 56 | 5E | 21 | 9 | 0 | 41 | 3F | 44 | 30 | 19 |
| Octal | 126 | 136 | 41 | 11 | 0 | 101 | 77 | 104 | 60 | 31 |
| Binary | 1010110 | 1011110 | 100001 | 1001 | 0 | 1000001 | 111111 | 1000100 | 110000 | 11001 |
Color Harmonies of #565E21
Complementary color
Monochromatic Colors of #565E21
Black with #565E21
Text Example
Text Example
White with #565E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E21; }
p { color: rgb(86,94,33); }
H1.HeaderClassName
{
color: #565E21;
}
.AnyTagClassName
{
color: #565E21;
}
</style>
background-color css
<style>
a { background-color: #565E21; }
a { background-color: rgb(86,94,33); }
div.DivClassName
{
background-color: #565E21;
}
.BgClassName
{
background-color: #565E21;
}
</style>
border-color css
<style>
span { border-color: #565E21; }
span { border-color: rgb(86,94,33); }
td.TdClassName
{
border-color: #565E21;
}
.TagClassName
{
border-color: #565E21;
}
</style>