#5F595C

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

Shades of Liver #5F595C

Tints of Liver #5F595C

Color information

#5F595C (or 0x5F595C) is unknown color: approx Liver. HEX triplet: 5F, 59 and 5C. RGB value is (95,89,92). Sum of RGB (Red+Green+Blue) = 95+89+92=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 95 - color contains mainly: red. Hex color #5F595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F595C is #A0A6A3. Grayscale: #5B5B5B. Windows color (decimal): -10528420 or 6052191. OLE color: 6052191.

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

Color convert

RGB958992-
CMYK00.060.030.63
HSL330º3.26%36.08%-
HSV(B)330º6.32%37.25%-
XYZ10.2210.3511.58-
YUV91.14128.49130.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=34.42%
G=32.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95899200.060.030.633303.2636.08
Hex5F595C0633F14a324
Octal13713113406377512344
Binary10111111011001101110001101111111110100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,92); }

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

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

 a { background-color: rgb(95,89,92); }

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

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

 span { border-color: rgb(95,89,92); }

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