#5D5458

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

Shades of Liver #5D5458

Tints of Liver #5D5458

Color information

#5D5458 (or 0x5D5458) is unknown color: approx Liver. HEX triplet: 5D, 54 and 58. RGB value is (93,84,88). Sum of RGB (Red+Green+Blue) = 93+84+88=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5458 is #A2ABA7. Grayscale: #575757. Windows color (decimal): -10660776 or 5788765. OLE color: 5788765.

HSL color Cylindrical-coordinate representation of color #5D5458: hue angle of 333.33º 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 #5D5458 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB938488-
CMYK00.100.050.64
HSL333.33º5.08%34.71%-
HSV(B)333.33º9.68%36.47%-
XYZ9.459.3710.54-
YUV87.15128.48132.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.09%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=35.09%
G=31.70%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93848800.100.050.64333.335.0834.71
Hex5D54580A54014d523
Octal1351241300125100515543
Binary101110110101001011000010101011000000101001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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