Shades of Saratoga #555A33
Tints of Saratoga #555A33
RGB
CMYK
RGB Variations
Color information
#555A33 (or 0x555A33) is known color: Saratoga. HEX triplet: 55, 5A and 33. RGB value is (85,90,51). Sum of RGB (Red+Green+Blue) = 85+90+51=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #555A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A33 is #AAA5CC. Grayscale: #545454. Windows color (decimal): -11183565 or 3365461. OLE color: 3365461.
HSL color Cylindrical-coordinate representation of color #555A33: hue angle of 67.69º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555A33 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 51 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.65 |
| HSL | 67.69º | 0.28% | 0.28% | - |
| HSV(B) | 67.69º | 0.43% | 0.35% | - |
| XYZ | 8 | 9.48 | 4.54 | - |
| YUV | 84.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 51 | 0.06 | 0 | 0.43 | 0.65 | 67.69 | 0.28 | 0.28 |
| Hex | 55 | 5A | 33 | 6 | 0 | 2B | 41 | 44 | 1C | 1C |
| Octal | 125 | 132 | 63 | 6 | 0 | 53 | 101 | 104 | 34 | 34 |
| Binary | 1010101 | 1011010 | 110011 | 110 | 0 | 101011 | 1000001 | 1000100 | 11100 | 11100 |
Color Harmonies of #555A33
Complementary color
Monochromatic Colors of #555A33
Black with #555A33
Text Example
Text Example
White with #555A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A33; }
p { color: rgb(85,90,51); }
H1.HeaderClassName
{
color: #555A33;
}
.AnyTagClassName
{
color: #555A33;
}
</style>
background-color css
<style>
a { background-color: #555A33; }
a { background-color: rgb(85,90,51); }
div.DivClassName
{
background-color: #555A33;
}
.BgClassName
{
background-color: #555A33;
}
</style>
border-color css
<style>
span { border-color: #555A33; }
span { border-color: rgb(85,90,51); }
td.TdClassName
{
border-color: #555A33;
}
.TagClassName
{
border-color: #555A33;
}
</style>