#55523A

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

Shades of Panda #55523A

Tints of Panda #55523A

Color information

#55523A (or 0x55523A) is unknown color: approx Panda. HEX triplet: 55, 52 and 3A. RGB value is (85,82,58). Sum of RGB (Red+Green+Blue) = 85+82+58=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55523A is #AAADC5. Grayscale: #505050. Windows color (decimal): -11185606 or 3822165. OLE color: 3822165.

HSL color Cylindrical-coordinate representation of color #55523A: hue angle of 53.33º 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 #55523A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB858258-
CMYK00.040.320.67
HSL53.33º18.88%28.04%-
HSV(B)53.33º31.76%33.33%-
XYZ7.538.275.2-
YUV80.16115.49131.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=37.78%
G=36.44%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85825800.040.320.6753.3318.8828.04
Hex55523A04204335131c
Octal125122720440103652334
Binary10101011010010111010010010000010000111101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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