Shades of Saratoga #556128
Tints of Saratoga #556128
RGB
CMYK
RGB Variations
Color information
#556128 (or 0x556128) is known color: Saratoga. HEX triplet: 55, 61 and 28. RGB value is (85,97,40). Sum of RGB (Red+Green+Blue) = 85+97+40=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #556128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556128 is #AA9ED7. Grayscale: #575757. Windows color (decimal): -11181784 or 2646357. OLE color: 2646357.
HSL color Cylindrical-coordinate representation of color #556128: hue angle of 72.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556128 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 40 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.62 |
| HSL | 72.63º | 0.42% | 0.27% | - |
| HSV(B) | 72.63º | 0.59% | 0.38% | - |
| XYZ | 8.4 | 10.63 | 3.62 | - |
| YUV | 86.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 40 | 0.12 | 0 | 0.59 | 0.62 | 72.63 | 0.42 | 0.27 |
| Hex | 55 | 61 | 28 | C | 0 | 3B | 3E | 49 | 2A | 1B |
| Octal | 125 | 141 | 50 | 14 | 0 | 73 | 76 | 111 | 52 | 33 |
| Binary | 1010101 | 1100001 | 101000 | 1100 | 0 | 111011 | 111110 | 1001001 | 101010 | 11011 |
Color Harmonies of #556128
Complementary color
Monochromatic Colors of #556128
Black with #556128
Text Example
Text Example
White with #556128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556128; }
p { color: rgb(85,97,40); }
H1.HeaderClassName
{
color: #556128;
}
.AnyTagClassName
{
color: #556128;
}
</style>
background-color css
<style>
a { background-color: #556128; }
a { background-color: rgb(85,97,40); }
div.DivClassName
{
background-color: #556128;
}
.BgClassName
{
background-color: #556128;
}
</style>
border-color css
<style>
span { border-color: #556128; }
span { border-color: rgb(85,97,40); }
td.TdClassName
{
border-color: #556128;
}
.TagClassName
{
border-color: #556128;
}
</style>