#58404E

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

Shades of Liver #58404E

Tints of Liver #58404E

Color information

#58404E (or 0x58404E) is unknown color: approx Liver. HEX triplet: 58, 40 and 4E. RGB value is (88,64,78). Sum of RGB (Red+Green+Blue) = 88+64+78=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58404E is #A7BFB1. Grayscale: #484848. Windows color (decimal): -10993586 or 5128280. OLE color: 5128280.

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

Color convert

RGB886478-
CMYK00.270.110.65
HSL325º15.79%29.8%-
HSV(B)325º27.27%34.51%-
XYZ7.236.298.04-
YUV72.77130.95138.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=38.26%
G=27.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88647800.270.110.6532515.7929.8
Hex58404E01BB41145101e
Octal130100116033131015052036
Binary101100010000001001110011011101110000011010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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