#5B5537

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

Shades of Panda #5B5537

Tints of Panda #5B5537

Color information

#5B5537 (or 0x5B5537) is unknown color: approx Panda. HEX triplet: 5B, 55 and 37. RGB value is (91,85,55). Sum of RGB (Red+Green+Blue) = 91+85+55=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5537 is #A4AAC8. Grayscale: #535353. Windows color (decimal): -10791625 or 3626331. OLE color: 3626331.

HSL color Cylindrical-coordinate representation of color #5B5537: hue angle of 50º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5537 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB918555-
CMYK00.070.400.64
HSL50º24.66%28.63%-
HSV(B)50º39.56%35.69%-
XYZ8.2594.92-
YUV83.37111.99133.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=39.39%
G=36.80%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91855500.070.400.645024.6628.63
Hex5B553707284032191d
Octal133125670750100623135
Binary10110111010101110111011110100010000001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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