#58384B

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

Shades of Liver #58384B

Tints of Liver #58384B

Color information

#58384B (or 0x58384B) is unknown color: approx Liver. HEX triplet: 58, 38 and 4B. RGB value is (88,56,75). Sum of RGB (Red+Green+Blue) = 88+56+75=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58384B is #A7C7B4. Grayscale: #434343. Windows color (decimal): -10995637 or 4929624. OLE color: 4929624.

HSL color Cylindrical-coordinate representation of color #58384B: hue angle of 324.38º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58384B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB885675-
CMYK00.360.150.65
HSL324.38º22.22%28.24%-
HSV(B)324.38º36.36%34.51%-
XYZ6.715.417.35-
YUV67.73132.1142.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=40.18%
G=25.57%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88567500.360.150.65324.3822.2228.24
Hex58384B024F41144161c
Octal13070113044171015042634
Binary101100011100010010110100100111110000011010001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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