#58464E

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

Shades of Liver #58464E

Tints of Liver #58464E

Color information

#58464E (or 0x58464E) is unknown color: approx Liver. HEX triplet: 58, 46 and 4E. RGB value is (88,70,78). Sum of RGB (Red+Green+Blue) = 88+70+78=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58464E is #A7B9B1. Grayscale: #4C4C4C. Windows color (decimal): -10992050 or 5129816. OLE color: 5129816.

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

Color convert

RGB887078-
CMYK00.200.110.65
HSL333.33º11.39%30.98%-
HSV(B)333.33º20.45%34.51%-
XYZ7.597.018.16-
YUV76.29128.96136.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=37.29%
G=29.66%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88707800.200.110.65333.3311.3930.98
Hex58464E014B4114db1f
Octal130106116024131015151337
Binary10110001000110100111001010010111000001101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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