#50656C

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

Shades of Smalt Blue #50656C

Tints of Smalt Blue #50656C

Color information

#50656C (or 0x50656C) is unknown color: approx Smalt Blue. HEX triplet: 50, 65 and 6C. RGB value is (80,101,108). Sum of RGB (Red+Green+Blue) = 80+101+108=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #50656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50656C is #AF9A93. Grayscale: #5F5F5F. Windows color (decimal): -11508372 or 7103824. OLE color: 7103824.

HSL color Cylindrical-coordinate representation of color #50656C: hue angle of 195º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50656C is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB80101108-
CMYK0.260.0600.58
HSL195º14.89%36.86%-
HSV(B)195º25.93%42.35%-
XYZ10.6712.115.96-
YUV95.52135.04116.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=27.68%
G=34.95%
B=37.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801011080.260.0600.5819514.8936.86
Hex50656C1A603Ac3f25
Octal1201451543260723031745
Binary101000011001011101100110101100111010110000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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