Shades of Saratoga #555F27
Tints of Saratoga #555F27
RGB
CMYK
RGB Variations
Color information
#555F27 (or 0x555F27) is known color: Saratoga. HEX triplet: 55, 5F and 27. RGB value is (85,95,39). Sum of RGB (Red+Green+Blue) = 85+95+39=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #555F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F27 is #AAA0D8. Grayscale: #555555. Windows color (decimal): -11182297 or 2580309. OLE color: 2580309.
HSL color Cylindrical-coordinate representation of color #555F27: hue angle of 70.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555F27 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 39 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.63 |
| HSL | 70.71º | 0.42% | 0.26% | - |
| HSV(B) | 70.71º | 0.59% | 0.37% | - |
| XYZ | 8.2 | 10.26 | 3.47 | - |
| YUV | 85.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 39 | 0.11 | 0 | 0.59 | 0.63 | 70.71 | 0.42 | 0.26 |
| Hex | 55 | 5F | 27 | B | 0 | 3B | 3F | 47 | 2A | 1A |
| Octal | 125 | 137 | 47 | 13 | 0 | 73 | 77 | 107 | 52 | 32 |
| Binary | 1010101 | 1011111 | 100111 | 1011 | 0 | 111011 | 111111 | 1000111 | 101010 | 11010 |
Color Harmonies of #555F27
Complementary color
Monochromatic Colors of #555F27
Black with #555F27
Text Example
Text Example
White with #555F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F27; }
p { color: rgb(85,95,39); }
H1.HeaderClassName
{
color: #555F27;
}
.AnyTagClassName
{
color: #555F27;
}
</style>
background-color css
<style>
a { background-color: #555F27; }
a { background-color: rgb(85,95,39); }
div.DivClassName
{
background-color: #555F27;
}
.BgClassName
{
background-color: #555F27;
}
</style>
border-color css
<style>
span { border-color: #555F27; }
span { border-color: rgb(85,95,39); }
td.TdClassName
{
border-color: #555F27;
}
.TagClassName
{
border-color: #555F27;
}
</style>