#58414C

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

Shades of Liver #58414C

Tints of Liver #58414C

Color information

#58414C (or 0x58414C) is unknown color: approx Liver. HEX triplet: 58, 41 and 4C. RGB value is (88,65,76). Sum of RGB (Red+Green+Blue) = 88+65+76=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58414C is #A7BEB3. Grayscale: #494949. Windows color (decimal): -10993332 or 4997464. OLE color: 4997464.

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

Color convert

RGB886576-
CMYK00.260.140.65
HSL331.3º15.03%30%-
HSV(B)331.3º26.14%34.51%-
XYZ7.226.387.69-
YUV73.13129.62138.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=38.43%
G=28.38%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88657600.260.140.65331.315.0330
Hex58414C01AE4114bf1e
Octal130101114032161015131736
Binary10110001000001100110001101011101000001101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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