Shades of Saratoga #555834
Tints of Saratoga #555834
RGB
CMYK
RGB Variations
Color information
#555834 (or 0x555834) is known color: Saratoga. HEX triplet: 55, 58 and 34. RGB value is (85,88,52). Sum of RGB (Red+Green+Blue) = 85+88+52=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #555834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555834 is #AAA7CB. Grayscale: #535353. Windows color (decimal): -11184076 or 3430485. OLE color: 3430485.
HSL color Cylindrical-coordinate representation of color #555834: hue angle of 65º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555834 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 52 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.65 |
| HSL | 65º | 0.26% | 0.27% | - |
| HSV(B) | 65º | 0.41% | 0.35% | - |
| XYZ | 7.86 | 9.16 | 4.6 | - |
| YUV | 83 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 52 | 0.03 | 0 | 0.41 | 0.65 | 65 | 0.26 | 0.27 |
| Hex | 55 | 58 | 34 | 3 | 0 | 29 | 41 | 41 | 1A | 1B |
| Octal | 125 | 130 | 64 | 3 | 0 | 51 | 101 | 101 | 32 | 33 |
| Binary | 1010101 | 1011000 | 110100 | 11 | 0 | 101001 | 1000001 | 1000001 | 11010 | 11011 |
Color Harmonies of #555834
Complementary color
Monochromatic Colors of #555834
Black with #555834
Text Example
Text Example
White with #555834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555834; }
p { color: rgb(85,88,52); }
H1.HeaderClassName
{
color: #555834;
}
.AnyTagClassName
{
color: #555834;
}
</style>
background-color css
<style>
a { background-color: #555834; }
a { background-color: rgb(85,88,52); }
div.DivClassName
{
background-color: #555834;
}
.BgClassName
{
background-color: #555834;
}
</style>
border-color css
<style>
span { border-color: #555834; }
span { border-color: rgb(85,88,52); }
td.TdClassName
{
border-color: #555834;
}
.TagClassName
{
border-color: #555834;
}
</style>