#58434E

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

Shades of Liver #58434E

Tints of Liver #58434E

Color information

#58434E (or 0x58434E) is unknown color: approx Liver. HEX triplet: 58, 43 and 4E. RGB value is (88,67,78). Sum of RGB (Red+Green+Blue) = 88+67+78=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58434E is #A7BCB1. Grayscale: #4A4A4A. Windows color (decimal): -10992818 or 5129048. OLE color: 5129048.

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

Color convert

RGB886778-
CMYK00.240.110.65
HSL328.57º13.55%30.39%-
HSV(B)328.57º23.86%34.51%-
XYZ7.416.648.1-
YUV74.53129.96137.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=37.77%
G=28.76%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88677800.240.110.65328.5713.5530.39
Hex58434E018B41149e1e
Octal130103116030131015111636
Binary10110001000011100111001100010111000001101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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