#555040

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

Shades of Panda #555040

Tints of Panda #555040

Color information

#555040 (or 0x555040) is unknown color: approx Panda. HEX triplet: 55, 50 and 40. RGB value is (85,80,64). Sum of RGB (Red+Green+Blue) = 85+80+64=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #555040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555040 is #AAAFBF. Grayscale: #4F4F4F. Windows color (decimal): -11186112 or 4214869. OLE color: 4214869.

HSL color Cylindrical-coordinate representation of color #555040: hue angle of 45.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555040 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB858064-
CMYK00.060.250.67
HSL45.71º14.09%29.22%-
HSV(B)45.71º24.71%33.33%-
XYZ7.548.046-
YUV79.67119.16131.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=37.12%
G=34.93%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806400.060.250.6745.7114.0929.22
Hex5550400619432ee1d
Octal1251201000631103561635
Binary1010101101000010000000110110011000011101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555040; }

 p { color: rgb(85,80,64); }

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

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

 a { background-color: rgb(85,80,64); }

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

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

 span { border-color: rgb(85,80,64); }

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