#506F5E

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

Shades of Como #506F5E

Tints of Como #506F5E

Color information

#506F5E (or 0x506F5E) is unknown color: approx Como. HEX triplet: 50, 6F and 5E. RGB value is (80,111,94). Sum of RGB (Red+Green+Blue) = 80+111+94=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5E is #AF90A1. Grayscale: #636363. Windows color (decimal): -11505826 or 6188880. OLE color: 6188880.

HSL color Cylindrical-coordinate representation of color #506F5E: hue angle of 147.1º 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 #506F5E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB8011194-
CMYK0.2800.150.56
HSL147.1º16.23%37.45%-
HSV(B)147.1º27.93%43.53%-
XYZ11.0113.8812.69-
YUV99.79124.73113.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=28.07%
G=38.95%
B=32.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111940.2800.150.56147.116.2337.45
Hex506F5E1C0F38931025
Octal12015713634017702232045
Binary10100001101111101111011100011111110001001001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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