#555041

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

Shades of Panda #555041

Tints of Panda #555041

Color information

#555041 (or 0x555041) is unknown color: approx Panda. HEX triplet: 55, 50 and 41. RGB value is (85,80,65). Sum of RGB (Red+Green+Blue) = 85+80+65=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #555041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555041 is #AAAFBE. Grayscale: #4F4F4F. Windows color (decimal): -11186111 or 4280405. OLE color: 4280405.

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

Color convert

RGB858065-
CMYK00.060.240.67
HSL45º13.33%29.41%-
HSV(B)45º23.53%33.33%-
XYZ7.578.056.16-
YUV79.78119.66131.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=36.96%
G=34.78%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806500.060.240.674513.3329.41
Hex5550410618432dd1d
Octal1251201010630103551535
Binary1010101101000010000010110110001000011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555041; }

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

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

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

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

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

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

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

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