#506F5D

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

Shades of Como #506F5D

Tints of Como #506F5D

Color information

#506F5D (or 0x506F5D) is unknown color: approx Como. HEX triplet: 50, 6F and 5D. RGB value is (80,111,93). Sum of RGB (Red+Green+Blue) = 80+111+93=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5D is #AF90A2. Grayscale: #636363. Windows color (decimal): -11505827 or 6123344. OLE color: 6123344.

HSL color Cylindrical-coordinate representation of color #506F5D: hue angle of 145.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F5D is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB8011193-
CMYK0.2800.160.56
HSL145.16º16.23%37.45%-
HSV(B)145.16º27.93%43.53%-
XYZ10.9713.8612.45-
YUV99.68124.23113.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=28.17%
G=39.08%
B=32.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111930.2800.160.56145.1616.2337.45
Hex506F5D1C01038911025
Octal12015713534020702212045
Binary101000011011111011101111000100001110001001000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,93); }

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

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

 a { background-color: rgb(80,111,93); }

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

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

 span { border-color: rgb(80,111,93); }

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