#5B4D52

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

Shades of Liver #5B4D52

Tints of Liver #5B4D52

Color information

#5B4D52 (or 0x5B4D52) is unknown color: approx Liver. HEX triplet: 5B, 4D and 52. RGB value is (91,77,82). Sum of RGB (Red+Green+Blue) = 91+77+82=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4D52 is #A4B2AD. Grayscale: #515151. Windows color (decimal): -10793646 or 5393755. OLE color: 5393755.

HSL color Cylindrical-coordinate representation of color #5B4D52: hue angle of 338.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B4D52 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB917782-
CMYK00.150.100.64
HSL338.57º8.33%32.94%-
HSV(B)338.57º15.38%35.69%-
XYZ8.498.149.11-
YUV81.76128.14134.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=36.4%
G=30.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91778200.150.100.64338.578.3332.94
Hex5B4D520FA40153821
Octal133115122017121005231041
Binary10110111001101101001001111101010000001010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,82); }

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

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

 a { background-color: rgb(91,77,82); }

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

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

 span { border-color: rgb(91,77,82); }

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