#58404F

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

Shades of Liver #58404F

Tints of Liver #58404F

Color information

#58404F (or 0x58404F) is unknown color: approx Liver. HEX triplet: 58, 40 and 4F. RGB value is (88,64,79). Sum of RGB (Red+Green+Blue) = 88+64+79=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58404F is #A7BFB0. Grayscale: #484848. Windows color (decimal): -10993585 or 5193816. OLE color: 5193816.

HSL color Cylindrical-coordinate representation of color #58404F: hue angle of 322.5º 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 #58404F is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB886479-
CMYK00.270.100.65
HSL322.5º15.79%29.8%-
HSV(B)322.5º27.27%34.51%-
XYZ7.276.318.23-
YUV72.89131.45138.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=38.10%
G=27.71%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88647900.270.100.65322.515.7929.8
Hex58404F01BA41142101e
Octal130100117033121015022036
Binary101100010000001001111011011101010000011010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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