#58454D

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

Shades of Liver #58454D

Tints of Liver #58454D

Color information

#58454D (or 0x58454D) is unknown color: approx Liver. HEX triplet: 58, 45 and 4D. RGB value is (88,69,77). Sum of RGB (Red+Green+Blue) = 88+69+77=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58454D is #A7BAB2. Grayscale: #4B4B4B. Windows color (decimal): -10992307 or 5064024. OLE color: 5064024.

HSL color Cylindrical-coordinate representation of color #58454D: hue angle of 334.74º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58454D is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB886977-
CMYK00.220.120.65
HSL334.74º12.1%30.78%-
HSV(B)334.74º21.59%34.51%-
XYZ7.496.877.95-
YUV75.59128.79136.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=37.61%
G=29.49%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697700.220.120.65334.7412.130.78
Hex58454D016C4114fc1f
Octal130105115026141015171437
Binary10110001000101100110101011011001000001101001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58454D; }

 p { color: rgb(88,69,77); }

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

<style>
 a { background-color: #58454D; }

 a { background-color: rgb(88,69,77); }

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

<style>
 span { border-color: #58454D; }

 span { border-color: rgb(88,69,77); }

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