#565340

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

Shades of Panda #565340

Tints of Panda #565340

Color information

#565340 (or 0x565340) is unknown color: approx Panda. HEX triplet: 56, 53 and 40. RGB value is (86,83,64). Sum of RGB (Red+Green+Blue) = 86+83+64=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #565340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565340 is #A9ACBF. Grayscale: #515151. Windows color (decimal): -11119808 or 4215638. OLE color: 4215638.

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

Color convert

RGB868364-
CMYK00.030.260.66
HSL51.82º14.67%29.41%-
HSV(B)51.82º25.58%33.73%-
XYZ7.868.546.08-
YUV81.73117.99131.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=36.91%
G=35.62%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86836400.030.260.6651.8214.6729.41
Hex565340031A4234f1d
Octal1261231000332102641735
Binary101011010100111000000011110101000010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565340; }

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

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

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

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

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

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

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

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