#58404B

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

Shades of Liver #58404B

Tints of Liver #58404B

Color information

#58404B (or 0x58404B) is unknown color: approx Liver. HEX triplet: 58, 40 and 4B. RGB value is (88,64,75). Sum of RGB (Red+Green+Blue) = 88+64+75=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #58404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58404B is #A7BFB4. Grayscale: #484848. Windows color (decimal): -10993589 or 4931672. OLE color: 4931672.

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

Color convert

RGB886475-
CMYK00.270.150.65
HSL332.5º15.79%29.8%-
HSV(B)332.5º27.27%34.51%-
XYZ7.136.257.49-
YUV72.43129.45139.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=38.77%
G=28.19%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88647500.270.150.65332.515.7929.8
Hex58404B01BF4114c101e
Octal130100113033171015142036
Binary101100010000001001011011011111110000011010011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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