#506E5A

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

Shades of Como #506E5A

Tints of Como #506E5A

Color information

#506E5A (or 0x506E5A) is unknown color: approx Como. HEX triplet: 50, 6E and 5A. RGB value is (80,110,90). Sum of RGB (Red+Green+Blue) = 80+110+90=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #506E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E5A is #AF91A5. Grayscale: #626262. Windows color (decimal): -11506086 or 5926480. OLE color: 5926480.

HSL color Cylindrical-coordinate representation of color #506E5A: hue angle of 140º 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 #506E5A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB8011090-
CMYK0.2700.180.57
HSL140º15.79%37.25%-
HSV(B)140º27.27%43.14%-
XYZ10.7313.611.73-
YUV98.75123.06114.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110900.2700.180.5714015.7937.25
Hex506E5A1B012398c1025
Octal12015613233022712142045
Binary101000011011101011010110110100101110011000110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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