Shades of Saratoga #555B37
Tints of Saratoga #555B37
RGB
CMYK
RGB Variations
Color information
#555B37 (or 0x555B37) is known color: Saratoga. HEX triplet: 55, 5B and 37. RGB value is (85,91,55). Sum of RGB (Red+Green+Blue) = 85+91+55=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #555B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B37 is #AAA4C8. Grayscale: #555555. Windows color (decimal): -11183305 or 3627861. OLE color: 3627861.
HSL color Cylindrical-coordinate representation of color #555B37: hue angle of 70º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555B37 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 55 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.64 |
| HSL | 70º | 0.25% | 0.29% | - |
| HSV(B) | 70º | 0.4% | 0.36% | - |
| XYZ | 8.18 | 9.69 | 5.05 | - |
| YUV | 85.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 55 | 0.07 | 0 | 0.40 | 0.64 | 70 | 0.25 | 0.29 |
| Hex | 55 | 5B | 37 | 7 | 0 | 28 | 40 | 46 | 19 | 1D |
| Octal | 125 | 133 | 67 | 7 | 0 | 50 | 100 | 106 | 31 | 35 |
| Binary | 1010101 | 1011011 | 110111 | 111 | 0 | 101000 | 1000000 | 1000110 | 11001 | 11101 |
Color Harmonies of #555B37
Complementary color
Monochromatic Colors of #555B37
Black with #555B37
Text Example
Text Example
White with #555B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B37; }
p { color: rgb(85,91,55); }
H1.HeaderClassName
{
color: #555B37;
}
.AnyTagClassName
{
color: #555B37;
}
</style>
background-color css
<style>
a { background-color: #555B37; }
a { background-color: rgb(85,91,55); }
div.DivClassName
{
background-color: #555B37;
}
.BgClassName
{
background-color: #555B37;
}
</style>
border-color css
<style>
span { border-color: #555B37; }
span { border-color: rgb(85,91,55); }
td.TdClassName
{
border-color: #555B37;
}
.TagClassName
{
border-color: #555B37;
}
</style>