#55503F

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

Shades of Panda #55503F

Tints of Panda #55503F

Color information

#55503F (or 0x55503F) is unknown color: approx Panda. HEX triplet: 55, 50 and 3F. RGB value is (85,80,63). Sum of RGB (Red+Green+Blue) = 85+80+63=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503F is #AAAFC0. Grayscale: #4F4F4F. Windows color (decimal): -11186113 or 4149333. OLE color: 4149333.

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

Color convert

RGB858063-
CMYK00.060.260.67
HSL46.36º14.86%29.02%-
HSV(B)46.36º25.88%33.33%-
XYZ7.518.035.86-
YUV79.56118.66131.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 63 (25% from 255) = 27.63%
R=37.28%
G=35.09%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806300.060.260.6746.3614.8629.02
Hex55503F061A432ef1d
Octal125120770632103561735
Binary101010110100001111110110110101000011101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55503F; }

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

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

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

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

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

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

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

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