#59384B

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

Shades of Liver #59384B

Tints of Liver #59384B

Color information

#59384B (or 0x59384B) is unknown color: approx Liver. HEX triplet: 59, 38 and 4B. RGB value is (89,56,75). Sum of RGB (Red+Green+Blue) = 89+56+75=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59384B is #A6C7B4. Grayscale: #434343. Windows color (decimal): -10930101 or 4929625. OLE color: 4929625.

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

Color convert

RGB895675-
CMYK00.370.160.65
HSL325.45º22.76%28.43%-
HSV(B)325.45º37.08%34.9%-
XYZ6.85.467.35-
YUV68.03131.93142.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=40.45%
G=25.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89567500.370.160.65325.4522.7628.43
Hex59384B0251041145171c
Octal13170113045201015052734
Binary1011001111000100101101001011000010000011010001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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