Shades of Saratoga #555A34
Tints of Saratoga #555A34
RGB
CMYK
RGB Variations
Color information
#555A34 (or 0x555A34) is known color: Saratoga. HEX triplet: 55, 5A and 34. RGB value is (85,90,52). Sum of RGB (Red+Green+Blue) = 85+90+52=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #555A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A34 is #AAA5CB. Grayscale: #545454. Windows color (decimal): -11183564 or 3430997. OLE color: 3430997.
HSL color Cylindrical-coordinate representation of color #555A34: hue angle of 67.89º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555A34 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 52 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.65 |
| HSL | 67.89º | 0.27% | 0.28% | - |
| HSV(B) | 67.89º | 0.42% | 0.35% | - |
| XYZ | 8.02 | 9.49 | 4.66 | - |
| YUV | 84.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 52 | 0.06 | 0 | 0.42 | 0.65 | 67.89 | 0.27 | 0.28 |
| Hex | 55 | 5A | 34 | 6 | 0 | 2A | 41 | 44 | 1B | 1C |
| Octal | 125 | 132 | 64 | 6 | 0 | 52 | 101 | 104 | 33 | 34 |
| Binary | 1010101 | 1011010 | 110100 | 110 | 0 | 101010 | 1000001 | 1000100 | 11011 | 11100 |
Color Harmonies of #555A34
Complementary color
Monochromatic Colors of #555A34
Black with #555A34
Text Example
Text Example
White with #555A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A34; }
p { color: rgb(85,90,52); }
H1.HeaderClassName
{
color: #555A34;
}
.AnyTagClassName
{
color: #555A34;
}
</style>
background-color css
<style>
a { background-color: #555A34; }
a { background-color: rgb(85,90,52); }
div.DivClassName
{
background-color: #555A34;
}
.BgClassName
{
background-color: #555A34;
}
</style>
border-color css
<style>
span { border-color: #555A34; }
span { border-color: rgb(85,90,52); }
td.TdClassName
{
border-color: #555A34;
}
.TagClassName
{
border-color: #555A34;
}
</style>