#56533F

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

Shades of Panda #56533F

Tints of Panda #56533F

Color information

#56533F (or 0x56533F) is unknown color: approx Panda. HEX triplet: 56, 53 and 3F. RGB value is (86,83,63). Sum of RGB (Red+Green+Blue) = 86+83+63=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56533F is #A9ACC0. Grayscale: #515151. Windows color (decimal): -11119809 or 4150102. OLE color: 4150102.

HSL color Cylindrical-coordinate representation of color #56533F: hue angle of 52.17º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56533F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB868363-
CMYK00.030.270.66
HSL52.17º15.44%29.22%-
HSV(B)52.17º26.74%33.73%-
XYZ7.838.525.94-
YUV81.62117.49131.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 63 (25% from 255) = 27.16%
R=37.07%
G=35.78%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86836300.030.270.6652.1715.4429.22
Hex56533F031B4234f1d
Octal126123770333102641735
Binary10101101010011111111011110111000010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,83,63); }

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

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

 a { background-color: rgb(86,83,63); }

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

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

 span { border-color: rgb(86,83,63); }

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