#5D585A

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

Shades of Liver #5D585A

Tints of Liver #5D585A

Color information

#5D585A (or 0x5D585A) is unknown color: approx Liver. HEX triplet: 5D, 58 and 5A. RGB value is (93,88,90). Sum of RGB (Red+Green+Blue) = 93+88+90=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 93 - color contains mainly: red. Hex color #5D585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D585A is #A2A7A5. Grayscale: #595959. Windows color (decimal): -10659750 or 5920861. OLE color: 5920861.

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

Color convert

RGB938890-
CMYK00.050.030.64
HSL336º2.76%35.49%-
HSV(B)336º5.38%36.47%-
XYZ9.8510.0411.09-
YUV89.72128.16130.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=34.32%
G=32.47%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93889000.050.030.643362.7635.49
Hex5D585A05340150323
Octal135130132053100520343
Binary101110110110001011010010111100000010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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