#58464C

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

Shades of Liver #58464C

Tints of Liver #58464C

Color information

#58464C (or 0x58464C) is unknown color: approx Liver. HEX triplet: 58, 46 and 4C. RGB value is (88,70,76). Sum of RGB (Red+Green+Blue) = 88+70+76=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58464C is #A7B9B3. Grayscale: #4C4C4C. Windows color (decimal): -10992052 or 4998744. OLE color: 4998744.

HSL color Cylindrical-coordinate representation of color #58464C: hue angle of 340º 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 #58464C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB887076-
CMYK00.200.140.65
HSL340º11.39%30.98%-
HSV(B)340º20.45%34.51%-
XYZ7.526.987.79-
YUV76.07127.96136.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=37.61%
G=29.91%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88707600.200.140.6534011.3930.98
Hex58464C014E41154b1f
Octal130106114024161015241337
Binary10110001000110100110001010011101000001101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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