#60505A

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

Shades of Liver #60505A

Tints of Liver #60505A

Color information

#60505A (or 0x60505A) is unknown color: approx Liver. HEX triplet: 60, 50 and 5A. RGB value is (96,80,90). Sum of RGB (Red+Green+Blue) = 96+80+90=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #60505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60505A is #9FAFA5. Grayscale: #555555. Windows color (decimal): -10465190 or 5918816. OLE color: 5918816.

HSL color Cylindrical-coordinate representation of color #60505A: hue angle of 322.5º 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 #60505A is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB968090-
CMYK00.170.060.62
HSL322.5º9.09%34.51%-
HSV(B)322.5º16.67%37.65%-
XYZ9.548.9610.9-
YUV85.92130.3135.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=36.09%
G=30.08%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96809000.170.060.62322.59.0934.51
Hex60505A01163E142923
Octal1401201320216765021143
Binary1100000101000010110100100011101111101010000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60505A; }

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

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

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

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

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

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

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

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