#5D5459

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

Shades of Liver #5D5459

Tints of Liver #5D5459

Color information

#5D5459 (or 0x5D5459) is unknown color: approx Liver. HEX triplet: 5D, 54 and 59. RGB value is (93,84,89). Sum of RGB (Red+Green+Blue) = 93+84+89=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5459 is #A2ABA6. Grayscale: #575757. Windows color (decimal): -10660775 or 5854301. OLE color: 5854301.

HSL color Cylindrical-coordinate representation of color #5D5459: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5459 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB938489-
CMYK00.100.040.64
HSL326.67º5.08%34.71%-
HSV(B)326.67º9.68%36.47%-
XYZ9.499.3910.76-
YUV87.26128.98132.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.96%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=34.96%
G=31.58%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93848900.100.040.64326.675.0834.71
Hex5D54590A440147523
Octal1351241310124100507543
Binary101110110101001011001010101001000000101000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D5459; }

 p { color: rgb(93,84,89); }

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

<style>
 a { background-color: #5D5459; }

 a { background-color: rgb(93,84,89); }

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

<style>
 span { border-color: #5D5459; }

 span { border-color: rgb(93,84,89); }

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