Shades of Saratoga #555A31
Tints of Saratoga #555A31
RGB
CMYK
RGB Variations
Color information
#555A31 (or 0x555A31) is known color: Saratoga. HEX triplet: 55, 5A and 31. RGB value is (85,90,49). Sum of RGB (Red+Green+Blue) = 85+90+49=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #555A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A31 is #AAA5CE. Grayscale: #535353. Windows color (decimal): -11183567 or 3234389. OLE color: 3234389.
HSL color Cylindrical-coordinate representation of color #555A31: hue angle of 67.32º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555A31 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 49 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.65 |
| HSL | 67.32º | 0.29% | 0.27% | - |
| HSV(B) | 67.32º | 0.46% | 0.35% | - |
| XYZ | 7.96 | 9.47 | 4.31 | - |
| YUV | 83.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 49 | 0.06 | 0 | 0.46 | 0.65 | 67.32 | 0.29 | 0.27 |
| Hex | 55 | 5A | 31 | 6 | 0 | 2E | 41 | 43 | 1D | 1B |
| Octal | 125 | 132 | 61 | 6 | 0 | 56 | 101 | 103 | 35 | 33 |
| Binary | 1010101 | 1011010 | 110001 | 110 | 0 | 101110 | 1000001 | 1000011 | 11101 | 11011 |
Color Harmonies of #555A31
Complementary color
Monochromatic Colors of #555A31
Black with #555A31
Text Example
Text Example
White with #555A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A31; }
p { color: rgb(85,90,49); }
H1.HeaderClassName
{
color: #555A31;
}
.AnyTagClassName
{
color: #555A31;
}
</style>
background-color css
<style>
a { background-color: #555A31; }
a { background-color: rgb(85,90,49); }
div.DivClassName
{
background-color: #555A31;
}
.BgClassName
{
background-color: #555A31;
}
</style>
border-color css
<style>
span { border-color: #555A31; }
span { border-color: rgb(85,90,49); }
td.TdClassName
{
border-color: #555A31;
}
.TagClassName
{
border-color: #555A31;
}
</style>