Shades of Saratoga #555523
Tints of Saratoga #555523
RGB
CMYK
RGB Variations
Color information
#555523 (or 0x555523) is known color: Saratoga. HEX triplet: 55, 55 and 23. RGB value is (85,85,35). Sum of RGB (Red+Green+Blue) = 85+85+35=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555523 is #AAAADC. Grayscale: #4F4F4F. Windows color (decimal): -11184861 or 2315605. OLE color: 2315605.
HSL color Cylindrical-coordinate representation of color #555523: hue angle of 60º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555523 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 35 | - |
| CMYK | 0 | 0 | 0.59 | 0.67 |
| HSL | 60º | 0.42% | 0.24% | - |
| HSV(B) | 60º | 0.59% | 0.33% | - |
| XYZ | 7.3 | 8.55 | 2.86 | - |
| YUV | 79.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 35 | 0 | 0 | 0.59 | 0.67 | 60 | 0.42 | 0.24 |
| Hex | 55 | 55 | 23 | 0 | 0 | 3B | 43 | 3C | 2A | 18 |
| Octal | 125 | 125 | 43 | 0 | 0 | 73 | 103 | 74 | 52 | 30 |
| Binary | 1010101 | 1010101 | 100011 | 0 | 0 | 111011 | 1000011 | 111100 | 101010 | 11000 |
Color Harmonies of #555523
Complementary color
Monochromatic Colors of #555523
Black with #555523
Text Example
Text Example
White with #555523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555523; }
p { color: rgb(85,85,35); }
H1.HeaderClassName
{
color: #555523;
}
.AnyTagClassName
{
color: #555523;
}
</style>
background-color css
<style>
a { background-color: #555523; }
a { background-color: rgb(85,85,35); }
div.DivClassName
{
background-color: #555523;
}
.BgClassName
{
background-color: #555523;
}
</style>
border-color css
<style>
span { border-color: #555523; }
span { border-color: rgb(85,85,35); }
td.TdClassName
{
border-color: #555523;
}
.TagClassName
{
border-color: #555523;
}
</style>