#60505B

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

Shades of Liver #60505B

Tints of Liver #60505B

Color information

#60505B (or 0x60505B) is unknown color: approx Liver. HEX triplet: 60, 50 and 5B. RGB value is (96,80,91). Sum of RGB (Red+Green+Blue) = 96+80+91=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #60505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60505B is #9FAFA4. Grayscale: #565656. Windows color (decimal): -10465189 or 5984352. OLE color: 5984352.

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

Color convert

RGB968091-
CMYK00.170.050.62
HSL318.75º9.09%34.51%-
HSV(B)318.75º16.67%37.65%-
XYZ9.588.9811.13-
YUV86.04130.8135.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=35.96%
G=29.96%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96809100.170.050.62318.759.0934.51
Hex60505B01153E13f923
Octal1401201330215764771143
Binary1100000101000010110110100011011111101001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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