#555137

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

Shades of Panda #555137

Tints of Panda #555137

Color information

#555137 (or 0x555137) is unknown color: approx Panda. HEX triplet: 55, 51 and 37. RGB value is (85,81,55). Sum of RGB (Red+Green+Blue) = 85+81+55=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #555137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555137 is #AAAEC8. Grayscale: #4F4F4F. Windows color (decimal): -11185865 or 3625301. OLE color: 3625301.

HSL color Cylindrical-coordinate representation of color #555137: hue angle of 52º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555137 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB858155-
CMYK00.050.350.67
HSL52º21.43%27.45%-
HSV(B)52º35.29%33.33%-
XYZ7.388.094.79-
YUV79.23114.33132.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=38.46%
G=36.65%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815500.050.350.675221.4327.45
Hex55513705234334151b
Octal125121670543103642533
Binary10101011010001110111010110001110000111101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555137; }

 p { color: rgb(85,81,55); }

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

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

 a { background-color: rgb(85,81,55); }

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

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

 span { border-color: rgb(85,81,55); }

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