Shades of Saratoga #555828
Tints of Saratoga #555828
RGB
CMYK
RGB Variations
Color information
#555828 (or 0x555828) is known color: Saratoga. HEX triplet: 55, 58 and 28. RGB value is (85,88,40). Sum of RGB (Red+Green+Blue) = 85+88+40=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #555828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555828 is #AAA7D7. Grayscale: #515151. Windows color (decimal): -11184088 or 2644053. OLE color: 2644053.
HSL color Cylindrical-coordinate representation of color #555828: hue angle of 63.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555828 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 40 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.65 |
| HSL | 63.75º | 0.38% | 0.25% | - |
| HSV(B) | 63.75º | 0.55% | 0.35% | - |
| XYZ | 7.62 | 9.06 | 3.36 | - |
| YUV | 81.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 40 | 0.03 | 0 | 0.55 | 0.65 | 63.75 | 0.38 | 0.25 |
| Hex | 55 | 58 | 28 | 3 | 0 | 37 | 41 | 40 | 26 | 19 |
| Octal | 125 | 130 | 50 | 3 | 0 | 67 | 101 | 100 | 46 | 31 |
| Binary | 1010101 | 1011000 | 101000 | 11 | 0 | 110111 | 1000001 | 1000000 | 100110 | 11001 |
Color Harmonies of #555828
Complementary color
Monochromatic Colors of #555828
Black with #555828
Text Example
Text Example
White with #555828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555828; }
p { color: rgb(85,88,40); }
H1.HeaderClassName
{
color: #555828;
}
.AnyTagClassName
{
color: #555828;
}
</style>
background-color css
<style>
a { background-color: #555828; }
a { background-color: rgb(85,88,40); }
div.DivClassName
{
background-color: #555828;
}
.BgClassName
{
background-color: #555828;
}
</style>
border-color css
<style>
span { border-color: #555828; }
span { border-color: rgb(85,88,40); }
td.TdClassName
{
border-color: #555828;
}
.TagClassName
{
border-color: #555828;
}
</style>