#50656D

Color #50656D Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #50656D

Tints of Smalt Blue #50656D

Color information

#50656D (or 0x50656D) is unknown color: approx Smalt Blue. HEX triplet: 50, 65 and 6D. RGB value is (80,101,109). Sum of RGB (Red+Green+Blue) = 80+101+109=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #50656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50656D is #AF9A92. Grayscale: #5F5F5F. Windows color (decimal): -11508371 or 7169360. OLE color: 7169360.

HSL color Cylindrical-coordinate representation of color #50656D: hue angle of 196.55º degrees, saturation: 0.15, 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 #50656D is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB80101109-
CMYK0.270.0700.57
HSL196.55º15.34%37.06%-
HSV(B)196.55º26.61%42.75%-
XYZ10.7212.1216.24-
YUV95.63135.54116.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=27.59%
G=34.83%
B=37.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801011090.270.0700.57196.5515.3437.06
Hex50656D1B7039c5f25
Octal1201451553370713051745
Binary101000011001011101101110111110111001110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50656D; }

 p { color: rgb(80,101,109); }

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

<style>
 a { background-color: #50656D; }

 a { background-color: rgb(80,101,109); }

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

<style>
 span { border-color: #50656D; }

 span { border-color: rgb(80,101,109); }

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