#506E60

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

Shades of Como #506E60

Tints of Como #506E60

Color information

#506E60 (or 0x506E60) is unknown color: approx Como. HEX triplet: 50, 6E and 60. RGB value is (80,110,96). Sum of RGB (Red+Green+Blue) = 80+110+96=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #506E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E60 is #AF919F. Grayscale: #636363. Windows color (decimal): -11506080 or 6319696. OLE color: 6319696.

HSL color Cylindrical-coordinate representation of color #506E60: hue angle of 152º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506E60 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB8011096-
CMYK0.2700.130.57
HSL152º15.79%37.25%-
HSV(B)152º27.27%43.14%-
XYZ1113.713.13-
YUV99.43126.06114.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=27.97%
G=38.46%
B=33.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110960.2700.130.5715215.7937.25
Hex506E601B0D39981025
Octal12015614033015712302045
Binary10100001101110110000011011011011110011001100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E60; }

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

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

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

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

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

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

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

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