Shades of Saratoga #565A26
Tints of Saratoga #565A26
RGB
CMYK
RGB Variations
Color information
#565A26 (or 0x565A26) is known color: Saratoga. HEX triplet: 56, 5A and 26. RGB value is (86,90,38). Sum of RGB (Red+Green+Blue) = 86+90+38=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #565A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A26 is #A9A5D9. Grayscale: #535353. Windows color (decimal): -11118042 or 2513494. OLE color: 2513494.
HSL color Cylindrical-coordinate representation of color #565A26: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565A26 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 38 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.65 |
| HSL | 64.62º | 0.41% | 0.25% | - |
| HSV(B) | 64.62º | 0.58% | 0.35% | - |
| XYZ | 7.84 | 9.43 | 3.24 | - |
| YUV | 82.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 38 | 0.04 | 0 | 0.58 | 0.65 | 64.62 | 0.41 | 0.25 |
| Hex | 56 | 5A | 26 | 4 | 0 | 3A | 41 | 41 | 29 | 19 |
| Octal | 126 | 132 | 46 | 4 | 0 | 72 | 101 | 101 | 51 | 31 |
| Binary | 1010110 | 1011010 | 100110 | 100 | 0 | 111010 | 1000001 | 1000001 | 101001 | 11001 |
Color Harmonies of #565A26
Complementary color
Monochromatic Colors of #565A26
Black with #565A26
Text Example
Text Example
White with #565A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A26; }
p { color: rgb(86,90,38); }
H1.HeaderClassName
{
color: #565A26;
}
.AnyTagClassName
{
color: #565A26;
}
</style>
background-color css
<style>
a { background-color: #565A26; }
a { background-color: rgb(86,90,38); }
div.DivClassName
{
background-color: #565A26;
}
.BgClassName
{
background-color: #565A26;
}
</style>
border-color css
<style>
span { border-color: #565A26; }
span { border-color: rgb(86,90,38); }
td.TdClassName
{
border-color: #565A26;
}
.TagClassName
{
border-color: #565A26;
}
</style>