#5A563D

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

Shades of Panda #5A563D

Tints of Panda #5A563D

Color information

#5A563D (or 0x5A563D) is unknown color: approx Panda. HEX triplet: 5A, 56 and 3D. RGB value is (90,86,61). Sum of RGB (Red+Green+Blue) = 90+86+61=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A563D is #A5A9C2. Grayscale: #545454. Windows color (decimal): -10856899 or 4019802. OLE color: 4019802.

HSL color Cylindrical-coordinate representation of color #5A563D: hue angle of 51.72º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A563D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB908661-
CMYK00.040.320.65
HSL51.72º19.21%29.61%-
HSV(B)51.72º32.22%35.29%-
XYZ8.399.175.74-
YUV84.35114.83132.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=37.97%
G=36.29%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90866100.040.320.6551.7219.2129.61
Hex5A563D04204134131e
Octal132126750440101642336
Binary10110101010110111101010010000010000011101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A563D; }

 p { color: rgb(90,86,61); }

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

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

 a { background-color: rgb(90,86,61); }

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

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

 span { border-color: rgb(90,86,61); }

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