#5D585B

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

Shades of Liver #5D585B

Tints of Liver #5D585B

Color information

#5D585B (or 0x5D585B) is unknown color: approx Liver. HEX triplet: 5D, 58 and 5B. RGB value is (93,88,91). Sum of RGB (Red+Green+Blue) = 93+88+91=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 93 - color contains mainly: red. Hex color #5D585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D585B is #A2A7A4. Grayscale: #595959. Windows color (decimal): -10659749 or 5986397. OLE color: 5986397.

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

Color convert

RGB938891-
CMYK00.050.020.64
HSL324º2.76%35.49%-
HSV(B)324º5.38%36.47%-
XYZ9.8910.0611.32-
YUV89.84128.66130.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=34.19%
G=32.35%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93889100.050.020.643242.7635.49
Hex5D585B05240144323
Octal135130133052100504343
Binary101110110110001011011010110100000010100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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