#55523C

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

Shades of Panda #55523C

Tints of Panda #55523C

Color information

#55523C (or 0x55523C) is unknown color: approx Panda. HEX triplet: 55, 52 and 3C. RGB value is (85,82,60). Sum of RGB (Red+Green+Blue) = 85+82+60=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55523C is #AAADC3. Grayscale: #505050. Windows color (decimal): -11185604 or 3953237. OLE color: 3953237.

HSL color Cylindrical-coordinate representation of color #55523C: hue angle of 52.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55523C is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB858260-
CMYK00.040.290.67
HSL52.8º17.24%28.43%-
HSV(B)52.8º29.41%33.33%-
XYZ7.588.295.48-
YUV80.39116.49131.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=37.44%
G=36.12%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85826000.040.290.6752.817.2428.43
Hex55523C041D4335111c
Octal125122740435103652134
Binary1010101101001011110001001110110000111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55523C; }

 p { color: rgb(85,82,60); }

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

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

 a { background-color: rgb(85,82,60); }

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

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

 span { border-color: rgb(85,82,60); }

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