#58414E

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

Shades of Liver #58414E

Tints of Liver #58414E

Color information

#58414E (or 0x58414E) is unknown color: approx Liver. HEX triplet: 58, 41 and 4E. RGB value is (88,65,78). Sum of RGB (Red+Green+Blue) = 88+65+78=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58414E is #A7BEB1. Grayscale: #494949. Windows color (decimal): -10993330 or 5128536. OLE color: 5128536.

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

Color convert

RGB886578-
CMYK00.260.110.65
HSL326.09º15.03%30%-
HSV(B)326.09º26.14%34.51%-
XYZ7.296.418.06-
YUV73.36130.62138.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=38.10%
G=28.14%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88657800.260.110.65326.0915.0330
Hex58414E01AB41146f1e
Octal130101116032131015061736
Binary10110001000001100111001101010111000001101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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