Shades of Saratoga #555E30
Tints of Saratoga #555E30
RGB
CMYK
RGB Variations
Color information
#555E30 (or 0x555E30) is known color: Saratoga. HEX triplet: 55, 5E and 30. RGB value is (85,94,48). Sum of RGB (Red+Green+Blue) = 85+94+48=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #555E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E30 is #AAA1CF. Grayscale: #565656. Windows color (decimal): -11182544 or 3169877. OLE color: 3169877.
HSL color Cylindrical-coordinate representation of color #555E30: hue angle of 71.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555E30 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 48 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.63 |
| HSL | 71.74º | 0.32% | 0.28% | - |
| HSV(B) | 71.74º | 0.49% | 0.37% | - |
| XYZ | 8.28 | 10.15 | 4.32 | - |
| YUV | 86.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 48 | 0.10 | 0 | 0.49 | 0.63 | 71.74 | 0.32 | 0.28 |
| Hex | 55 | 5E | 30 | A | 0 | 31 | 3F | 48 | 20 | 1C |
| Octal | 125 | 136 | 60 | 12 | 0 | 61 | 77 | 110 | 40 | 34 |
| Binary | 1010101 | 1011110 | 110000 | 1010 | 0 | 110001 | 111111 | 1001000 | 100000 | 11100 |
Color Harmonies of #555E30
Complementary color
Monochromatic Colors of #555E30
Black with #555E30
Text Example
Text Example
White with #555E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E30; }
p { color: rgb(85,94,48); }
H1.HeaderClassName
{
color: #555E30;
}
.AnyTagClassName
{
color: #555E30;
}
</style>
background-color css
<style>
a { background-color: #555E30; }
a { background-color: rgb(85,94,48); }
div.DivClassName
{
background-color: #555E30;
}
.BgClassName
{
background-color: #555E30;
}
</style>
border-color css
<style>
span { border-color: #555E30; }
span { border-color: rgb(85,94,48); }
td.TdClassName
{
border-color: #555E30;
}
.TagClassName
{
border-color: #555E30;
}
</style>