#5B484F

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

Shades of Liver #5B484F

Tints of Liver #5B484F

Color information

#5B484F (or 0x5B484F) is unknown color: approx Liver. HEX triplet: 5B, 48 and 4F. RGB value is (91,72,79). Sum of RGB (Red+Green+Blue) = 91+72+79=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B484F is #A4B7B0. Grayscale: #4E4E4E. Windows color (decimal): -10794929 or 5195867. OLE color: 5195867.

HSL color Cylindrical-coordinate representation of color #5B484F: hue angle of 337.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B484F is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB917279-
CMYK00.210.130.64
HSL337.89º11.66%31.96%-
HSV(B)337.89º20.88%35.69%-
XYZ8.047.428.41-
YUV78.48128.29136.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.60%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=37.60%
G=29.75%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91727900.210.130.64337.8911.6631.96
Hex5B484F015D40152c20
Octal133110117025151005221440
Binary101101110010001001111010101110110000001010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,79); }

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

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

 a { background-color: rgb(91,72,79); }

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

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

 span { border-color: rgb(91,72,79); }

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