#555340

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

Shades of Panda #555340

Tints of Panda #555340

Color information

#555340 (or 0x555340) is unknown color: approx Panda. HEX triplet: 55, 53 and 40. RGB value is (85,83,64). Sum of RGB (Red+Green+Blue) = 85+83+64=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #555340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555340 is #AAACBF. Grayscale: #515151. Windows color (decimal): -11185344 or 4215637. OLE color: 4215637.

HSL color Cylindrical-coordinate representation of color #555340: hue angle of 54.29º 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 #555340 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB858364-
CMYK00.020.250.67
HSL54.29º14.09%29.22%-
HSV(B)54.29º24.71%33.33%-
XYZ7.768.496.08-
YUV81.43118.16130.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=36.64%
G=35.78%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85836400.020.250.6754.2914.0929.22
Hex55534002194336e1d
Octal1251231000231103661635
Binary101010110100111000000010110011000011110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555340; }

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

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

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

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

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

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

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

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