Shades of Saratoga #555A25
Tints of Saratoga #555A25
RGB
CMYK
RGB Variations
Color information
#555A25 (or 0x555A25) is known color: Saratoga. HEX triplet: 55, 5A and 25. RGB value is (85,90,37). Sum of RGB (Red+Green+Blue) = 85+90+37=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #555A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A25 is #AAA5DA. Grayscale: #525252. Windows color (decimal): -11183579 or 2447957. OLE color: 2447957.
HSL color Cylindrical-coordinate representation of color #555A25: hue angle of 65.66º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555A25 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 37 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.65 |
| HSL | 65.66º | 0.42% | 0.25% | - |
| HSV(B) | 65.66º | 0.59% | 0.35% | - |
| XYZ | 7.74 | 9.38 | 3.15 | - |
| YUV | 82.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 37 | 0.06 | 0 | 0.59 | 0.65 | 65.66 | 0.42 | 0.25 |
| Hex | 55 | 5A | 25 | 6 | 0 | 3B | 41 | 42 | 2A | 19 |
| Octal | 125 | 132 | 45 | 6 | 0 | 73 | 101 | 102 | 52 | 31 |
| Binary | 1010101 | 1011010 | 100101 | 110 | 0 | 111011 | 1000001 | 1000010 | 101010 | 11001 |
Color Harmonies of #555A25
Complementary color
Monochromatic Colors of #555A25
Black with #555A25
Text Example
Text Example
White with #555A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A25; }
p { color: rgb(85,90,37); }
H1.HeaderClassName
{
color: #555A25;
}
.AnyTagClassName
{
color: #555A25;
}
</style>
background-color css
<style>
a { background-color: #555A25; }
a { background-color: rgb(85,90,37); }
div.DivClassName
{
background-color: #555A25;
}
.BgClassName
{
background-color: #555A25;
}
</style>
border-color css
<style>
span { border-color: #555A25; }
span { border-color: rgb(85,90,37); }
td.TdClassName
{
border-color: #555A25;
}
.TagClassName
{
border-color: #555A25;
}
</style>