#55503A

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

Shades of Panda #55503A

Tints of Panda #55503A

Color information

#55503A (or 0x55503A) is unknown color: approx Panda. HEX triplet: 55, 50 and 3A. RGB value is (85,80,58). Sum of RGB (Red+Green+Blue) = 85+80+58=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #55503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503A is #AAAFC5. Grayscale: #4F4F4F. Windows color (decimal): -11186118 or 3821653. OLE color: 3821653.

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

Color convert

RGB858058-
CMYK00.060.320.67
HSL48.89º18.88%28.04%-
HSV(B)48.89º31.76%33.33%-
XYZ7.387.975.15-
YUV78.99116.16132.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=38.12%
G=35.87%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85805800.060.320.6748.8918.8828.04
Hex55503A06204331131c
Octal125120720640103612334
Binary10101011010000111010011010000010000111100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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