#58474E

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

Shades of Liver #58474E

Tints of Liver #58474E

Color information

#58474E (or 0x58474E) is unknown color: approx Liver. HEX triplet: 58, 47 and 4E. RGB value is (88,71,78). Sum of RGB (Red+Green+Blue) = 88+71+78=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58474E is #A7B8B1. Grayscale: #4C4C4C. Windows color (decimal): -10991794 or 5130072. OLE color: 5130072.

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

Color convert

RGB887178-
CMYK00.190.110.65
HSL335.29º10.69%31.18%-
HSV(B)335.29º19.32%34.51%-
XYZ7.657.138.18-
YUV76.88128.63135.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=37.13%
G=29.96%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88717800.190.110.65335.2910.6931.18
Hex58474E013B4114fb1f
Octal130107116023131015171337
Binary10110001000111100111001001110111000001101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58474E; }

 p { color: rgb(88,71,78); }

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

<style>
 a { background-color: #58474E; }

 a { background-color: rgb(88,71,78); }

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

<style>
 span { border-color: #58474E; }

 span { border-color: rgb(88,71,78); }

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