#506A5B

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

Shades of Como #506A5B

Tints of Como #506A5B

Color information

#506A5B (or 0x506A5B) is unknown color: approx Como. HEX triplet: 50, 6A and 5B. RGB value is (80,106,91). Sum of RGB (Red+Green+Blue) = 80+106+91=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #506A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A5B is #AF95A4. Grayscale: #606060. Windows color (decimal): -11507109 or 5990992. OLE color: 5990992.

HSL color Cylindrical-coordinate representation of color #506A5B: hue angle of 145.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A5B is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8010691-
CMYK0.2500.140.58
HSL145.38º13.98%36.47%-
HSV(B)145.38º24.53%41.57%-
XYZ10.3512.7711.82-
YUV96.52124.89116.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=28.88%
G=38.27%
B=32.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106910.2500.140.58145.3813.9836.47
Hex506A5B190E3A91e24
Octal12015213331016722211644
Binary1010000110101010110111100101110111010100100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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