#555A32

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

Shades of Saratoga #555A32

Tints of Saratoga #555A32

Color information

#555A32 (or 0x555A32) is unknown color: approx Saratoga. HEX triplet: 55, 5A and 32. RGB value is (85,90,50). Sum of RGB (Red+Green+Blue) = 85+90+50=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #555A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A32 is #AAA5CD. Grayscale: #545454. Windows color (decimal): -11183566 or 3299925. OLE color: 3299925.

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

Color convert

RGB859050-
CMYK0.0600.440.65
HSL67.5º28.57%27.45%-
HSV(B)67.5º44.44%35.29%-
XYZ7.989.474.43-
YUV83.94108.84128.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=37.78%
G=40%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590500.0600.440.6567.528.5727.45
Hex555A32602C41441d1b
Octal1251326260541011043533
Binary101010110110101100101100101100100000110001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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