#58424C

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

Shades of Liver #58424C

Tints of Liver #58424C

Color information

#58424C (or 0x58424C) is unknown color: approx Liver. HEX triplet: 58, 42 and 4C. RGB value is (88,66,76). Sum of RGB (Red+Green+Blue) = 88+66+76=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58424C is #A7BDB3. Grayscale: #494949. Windows color (decimal): -10993076 or 4997720. OLE color: 4997720.

HSL color Cylindrical-coordinate representation of color #58424C: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58424C is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB886676-
CMYK00.250.140.65
HSL332.73º14.29%30.2%-
HSV(B)332.73º25%34.51%-
XYZ7.286.497.71-
YUV73.72129.29138.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=38.26%
G=28.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88667600.250.140.65332.7314.2930.2
Hex58424C019E4114de1e
Octal130102114031161015151636
Binary10110001000010100110001100111101000001101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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