#555A2B

Color #555A2B Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #555A2B

Tints of Saratoga #555A2B

Color information

#555A2B (or 0x555A2B) is unknown color: approx Saratoga. HEX triplet: 55, 5A and 2B. RGB value is (85,90,43). Sum of RGB (Red+Green+Blue) = 85+90+43=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #555A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A2B is #AAA5D4. Grayscale: #535353. Windows color (decimal): -11183573 or 2841173. OLE color: 2841173.

HSL color Cylindrical-coordinate representation of color #555A2B: hue angle of 66.38º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555A2B is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB859043-
CMYK0.0600.520.65
HSL66.38º35.34%26.08%-
HSV(B)66.38º52.22%35.29%-
XYZ7.849.423.69-
YUV83.15105.34129.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=38.99%
G=41.28%
B=19.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590430.0600.520.6566.3835.3426.08
Hex555A2B60344142231a
Octal1251325360641011024332
Binary1010101101101010101111001101001000001100001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A2B; }

 p { color: rgb(85,90,43); }

 H1.HeaderClassName
 {
   color: #555A2B;
 }
 .AnyTagClassName
 {
   color: #555A2B;
 }
</style>
background-color css

<style>
 a { background-color: #555A2B; }

 a { background-color: rgb(85,90,43); }

 div.DivClassName
 {
   background-color: #555A2B;
 }
 .BgClassName
 {
   background-color: #555A2B;
 }
</style>
border-color css

<style>
 span { border-color: #555A2B; }

 span { border-color: rgb(85,90,43); }

 td.TdClassName
 {
   border-color: #555A2B;
 }
 .TagClassName
 {
   border-color: #555A2B;
 }
</style>