Shades of Saratoga #555A37
Tints of Saratoga #555A37
RGB
CMYK
RGB Variations
Color information
#555A37 (or 0x555A37) is known color: Saratoga. HEX triplet: 55, 5A and 37. RGB value is (85,90,55). Sum of RGB (Red+Green+Blue) = 85+90+55=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #555A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A37 is #AAA5C8. Grayscale: #545454. Windows color (decimal): -11183561 or 3627605. OLE color: 3627605.
HSL color Cylindrical-coordinate representation of color #555A37: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555A37 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 55 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.65 |
| HSL | 68.57º | 0.24% | 0.28% | - |
| HSV(B) | 68.57º | 0.39% | 0.35% | - |
| XYZ | 8.09 | 9.52 | 5.03 | - |
| YUV | 84.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 55 | 0.06 | 0 | 0.39 | 0.65 | 68.57 | 0.24 | 0.28 |
| Hex | 55 | 5A | 37 | 6 | 0 | 27 | 41 | 45 | 18 | 1C |
| Octal | 125 | 132 | 67 | 6 | 0 | 47 | 101 | 105 | 30 | 34 |
| Binary | 1010101 | 1011010 | 110111 | 110 | 0 | 100111 | 1000001 | 1000101 | 11000 | 11100 |
Color Harmonies of #555A37
Complementary color
Monochromatic Colors of #555A37
Black with #555A37
Text Example
Text Example
White with #555A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A37; }
p { color: rgb(85,90,55); }
H1.HeaderClassName
{
color: #555A37;
}
.AnyTagClassName
{
color: #555A37;
}
</style>
background-color css
<style>
a { background-color: #555A37; }
a { background-color: rgb(85,90,55); }
div.DivClassName
{
background-color: #555A37;
}
.BgClassName
{
background-color: #555A37;
}
</style>
border-color css
<style>
span { border-color: #555A37; }
span { border-color: rgb(85,90,55); }
td.TdClassName
{
border-color: #555A37;
}
.TagClassName
{
border-color: #555A37;
}
</style>