#56553E

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

Shades of Panda #56553E

Tints of Panda #56553E

Color information

#56553E (or 0x56553E) is unknown color: approx Panda. HEX triplet: 56, 55 and 3E. RGB value is (86,85,62). Sum of RGB (Red+Green+Blue) = 86+85+62=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #56553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56553E is #A9AAC1. Grayscale: #525252. Windows color (decimal): -11119298 or 4085078. OLE color: 4085078.

HSL color Cylindrical-coordinate representation of color #56553E: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56553E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB868562-
CMYK00.010.280.66
HSL57.5º16.22%29.02%-
HSV(B)57.5º27.91%33.73%-
XYZ7.968.825.84-
YUV82.68116.33130.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=36.91%
G=36.48%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86856200.010.280.6657.516.2229.02
Hex56553E011C423a101d
Octal126125760134102722035
Binary10101101010101111110011110010000101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56553E; }

 p { color: rgb(86,85,62); }

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

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

 a { background-color: rgb(86,85,62); }

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

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

 span { border-color: rgb(86,85,62); }

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