#555D20

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

Shades of Saratoga #555D20

Tints of Saratoga #555D20

Color information

#555D20 (or 0x555D20) is unknown color: approx Saratoga. HEX triplet: 55, 5D and 20. RGB value is (85,93,32). Sum of RGB (Red+Green+Blue) = 85+93+32=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #555D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D20 is #AAA2DF. Grayscale: #535353. Windows color (decimal): -11182816 or 2121045. OLE color: 2121045.

HSL color Cylindrical-coordinate representation of color #555D20: hue angle of 67.87º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555D20 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB859332-
CMYK0.0900.660.64
HSL67.87º48.8%24.51%-
HSV(B)67.87º65.59%36.47%-
XYZ7.929.862.85-
YUV83.6598.85128.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=40.48%
G=44.29%
B=15.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593320.0900.660.6467.8748.824.51
Hex555D20904240443119
Octal125135401101021001046131
Binary101010110111011000001001010000101000000100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,32); }

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

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

 a { background-color: rgb(85,93,32); }

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

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

 span { border-color: rgb(85,93,32); }

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