Shades of Saratoga #555D2F
Tints of Saratoga #555D2F
RGB
CMYK
RGB Variations
Color information
#555D2F (or 0x555D2F) is known color: Saratoga. HEX triplet: 55, 5D and 2F. RGB value is (85,93,47). Sum of RGB (Red+Green+Blue) = 85+93+47=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #555D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D2F is #AAA2D0. Grayscale: #555555. Windows color (decimal): -11182801 or 3104085. OLE color: 3104085.
HSL color Cylindrical-coordinate representation of color #555D2F: hue angle of 70.43º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555D2F is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 47 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.64 |
| HSL | 70.43º | 0.33% | 0.27% | - |
| HSV(B) | 70.43º | 0.49% | 0.36% | - |
| XYZ | 8.17 | 9.97 | 4.18 | - |
| YUV | 85.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 47 | 0.09 | 0 | 0.49 | 0.64 | 70.43 | 0.33 | 0.27 |
| Hex | 55 | 5D | 2F | 9 | 0 | 31 | 40 | 46 | 21 | 1B |
| Octal | 125 | 135 | 57 | 11 | 0 | 61 | 100 | 106 | 41 | 33 |
| Binary | 1010101 | 1011101 | 101111 | 1001 | 0 | 110001 | 1000000 | 1000110 | 100001 | 11011 |
Color Harmonies of #555D2F
Complementary color
Monochromatic Colors of #555D2F
Black with #555D2F
Text Example
Text Example
White with #555D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D2F; }
p { color: rgb(85,93,47); }
H1.HeaderClassName
{
color: #555D2F;
}
.AnyTagClassName
{
color: #555D2F;
}
</style>
background-color css
<style>
a { background-color: #555D2F; }
a { background-color: rgb(85,93,47); }
div.DivClassName
{
background-color: #555D2F;
}
.BgClassName
{
background-color: #555D2F;
}
</style>
border-color css
<style>
span { border-color: #555D2F; }
span { border-color: rgb(85,93,47); }
td.TdClassName
{
border-color: #555D2F;
}
.TagClassName
{
border-color: #555D2F;
}
</style>