Shades of Saratoga #566428
Tints of Saratoga #566428
RGB
CMYK
RGB Variations
Color information
#566428 (or 0x566428) is known color: Saratoga. HEX triplet: 56, 64 and 28. RGB value is (86,100,40). Sum of RGB (Red+Green+Blue) = 86+100+40=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #566428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566428 is #A99BD7. Grayscale: #595959. Windows color (decimal): -11115480 or 2647126. OLE color: 2647126.
HSL color Cylindrical-coordinate representation of color #566428: hue angle of 74º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566428 is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 40 | - |
| CMYK | 0.14 | 0 | 0.6 | 0.61 |
| HSL | 74º | 0.43% | 0.27% | - |
| HSV(B) | 74º | 0.6% | 0.39% | - |
| XYZ | 8.78 | 11.25 | 3.72 | - |
| YUV | 88.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 40 | 0.14 | 0 | 0.6 | 0.61 | 74 | 0.43 | 0.27 |
| Hex | 56 | 64 | 28 | E | 0 | 3C | 3D | 4A | 2B | 1B |
| Octal | 126 | 144 | 50 | 16 | 0 | 74 | 75 | 112 | 53 | 33 |
| Binary | 1010110 | 1100100 | 101000 | 1110 | 0 | 111100 | 111101 | 1001010 | 101011 | 11011 |
Color Harmonies of #566428
Complementary color
Monochromatic Colors of #566428
Black with #566428
Text Example
Text Example
White with #566428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566428; }
p { color: rgb(86,100,40); }
H1.HeaderClassName
{
color: #566428;
}
.AnyTagClassName
{
color: #566428;
}
</style>
background-color css
<style>
a { background-color: #566428; }
a { background-color: rgb(86,100,40); }
div.DivClassName
{
background-color: #566428;
}
.BgClassName
{
background-color: #566428;
}
</style>
border-color css
<style>
span { border-color: #566428; }
span { border-color: rgb(86,100,40); }
td.TdClassName
{
border-color: #566428;
}
.TagClassName
{
border-color: #566428;
}
</style>