Shades of Saratoga #555D32
Tints of Saratoga #555D32
RGB
CMYK
RGB Variations
Color information
#555D32 (or 0x555D32) is known color: Saratoga. HEX triplet: 55, 5D and 32. RGB value is (85,93,50). Sum of RGB (Red+Green+Blue) = 85+93+50=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #555D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D32 is #AAA2CD. Grayscale: #555555. Windows color (decimal): -11182798 or 3300693. OLE color: 3300693.
HSL color Cylindrical-coordinate representation of color #555D32: hue angle of 71.16º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555D32 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 50 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.64 |
| HSL | 71.16º | 0.3% | 0.28% | - |
| HSV(B) | 71.16º | 0.46% | 0.36% | - |
| XYZ | 8.24 | 9.99 | 4.51 | - |
| YUV | 85.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 50 | 0.09 | 0 | 0.46 | 0.64 | 71.16 | 0.3 | 0.28 |
| Hex | 55 | 5D | 32 | 9 | 0 | 2E | 40 | 47 | 1E | 1C |
| Octal | 125 | 135 | 62 | 11 | 0 | 56 | 100 | 107 | 36 | 34 |
| Binary | 1010101 | 1011101 | 110010 | 1001 | 0 | 101110 | 1000000 | 1000111 | 11110 | 11100 |
Color Harmonies of #555D32
Complementary color
Monochromatic Colors of #555D32
Black with #555D32
Text Example
Text Example
White with #555D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D32; }
p { color: rgb(85,93,50); }
H1.HeaderClassName
{
color: #555D32;
}
.AnyTagClassName
{
color: #555D32;
}
</style>
background-color css
<style>
a { background-color: #555D32; }
a { background-color: rgb(85,93,50); }
div.DivClassName
{
background-color: #555D32;
}
.BgClassName
{
background-color: #555D32;
}
</style>
border-color css
<style>
span { border-color: #555D32; }
span { border-color: rgb(85,93,50); }
td.TdClassName
{
border-color: #555D32;
}
.TagClassName
{
border-color: #555D32;
}
</style>