#605059

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

Shades of Liver #605059

Tints of Liver #605059

Color information

#605059 (or 0x605059) is unknown color: approx Liver. HEX triplet: 60, 50 and 59. RGB value is (96,80,89). Sum of RGB (Red+Green+Blue) = 96+80+89=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605059 is #9FAFA6. Grayscale: #555555. Windows color (decimal): -10465191 or 5853280. OLE color: 5853280.

HSL color Cylindrical-coordinate representation of color #605059: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605059 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB968089-
CMYK00.170.070.62
HSL326.25º9.09%34.51%-
HSV(B)326.25º16.67%37.65%-
XYZ9.58.9510.68-
YUV85.81129.8135.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=36.23%
G=30.19%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96808900.170.070.62326.259.0934.51
Hex60505901173E146923
Octal1401201310217765061143
Binary1100000101000010110010100011111111101010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605059; }

 p { color: rgb(96,80,89); }

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

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

 a { background-color: rgb(96,80,89); }

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

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

 span { border-color: rgb(96,80,89); }

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