#58464D

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

Shades of Liver #58464D

Tints of Liver #58464D

Color information

#58464D (or 0x58464D) is unknown color: approx Liver. HEX triplet: 58, 46 and 4D. RGB value is (88,70,77). Sum of RGB (Red+Green+Blue) = 88+70+77=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58464D is #A7B9B2. Grayscale: #4C4C4C. Windows color (decimal): -10992051 or 5064280. OLE color: 5064280.

HSL color Cylindrical-coordinate representation of color #58464D: hue angle of 336.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58464D is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB887077-
CMYK00.200.120.65
HSL336.67º11.39%30.98%-
HSV(B)336.67º20.45%34.51%-
XYZ7.556.997.97-
YUV76.18128.46136.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=37.45%
G=29.79%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88707700.200.120.65336.6711.3930.98
Hex58464D014C41151b1f
Octal130106115024141015211337
Binary10110001000110100110101010011001000001101010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58464D; }

 p { color: rgb(88,70,77); }

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

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

 a { background-color: rgb(88,70,77); }

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

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

 span { border-color: rgb(88,70,77); }

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