Shades of Saratoga #565A28
Tints of Saratoga #565A28
RGB
CMYK
RGB Variations
Color information
#565A28 (or 0x565A28) is known color: Saratoga. HEX triplet: 56, 5A and 28. RGB value is (86,90,40). Sum of RGB (Red+Green+Blue) = 86+90+40=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #565A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A28 is #A9A5D7. Grayscale: #535353. Windows color (decimal): -11118040 or 2644566. OLE color: 2644566.
HSL color Cylindrical-coordinate representation of color #565A28: hue angle of 64.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565A28 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 40 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.65 |
| HSL | 64.8º | 0.38% | 0.25% | - |
| HSV(B) | 64.8º | 0.56% | 0.35% | - |
| XYZ | 7.88 | 9.44 | 3.42 | - |
| YUV | 83.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 40 | 0.04 | 0 | 0.56 | 0.65 | 64.8 | 0.38 | 0.25 |
| Hex | 56 | 5A | 28 | 4 | 0 | 38 | 41 | 41 | 26 | 19 |
| Octal | 126 | 132 | 50 | 4 | 0 | 70 | 101 | 101 | 46 | 31 |
| Binary | 1010110 | 1011010 | 101000 | 100 | 0 | 111000 | 1000001 | 1000001 | 100110 | 11001 |
Color Harmonies of #565A28
Complementary color
Monochromatic Colors of #565A28
Black with #565A28
Text Example
Text Example
White with #565A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A28; }
p { color: rgb(86,90,40); }
H1.HeaderClassName
{
color: #565A28;
}
.AnyTagClassName
{
color: #565A28;
}
</style>
background-color css
<style>
a { background-color: #565A28; }
a { background-color: rgb(86,90,40); }
div.DivClassName
{
background-color: #565A28;
}
.BgClassName
{
background-color: #565A28;
}
</style>
border-color css
<style>
span { border-color: #565A28; }
span { border-color: rgb(86,90,40); }
td.TdClassName
{
border-color: #565A28;
}
.TagClassName
{
border-color: #565A28;
}
</style>