#50666D

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

Shades of Smalt Blue #50666D

Tints of Smalt Blue #50666D

Color information

#50666D (or 0x50666D) is unknown color: approx Smalt Blue. HEX triplet: 50, 66 and 6D. RGB value is (80,102,109). Sum of RGB (Red+Green+Blue) = 80+102+109=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #50666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666D is #AF9992. Grayscale: #606060. Windows color (decimal): -11508115 or 7169616. OLE color: 7169616.

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

Color convert

RGB80102109-
CMYK0.270.0600.57
HSL194.48º15.34%37.06%-
HSV(B)194.48º26.61%42.75%-
XYZ10.8212.3116.27-
YUV96.22135.21116.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=27.49%
G=35.05%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801021090.270.0600.57194.4815.3437.06
Hex50666D1B6039c2f25
Octal1201461553360713021745
Binary101000011001101101101110111100111001110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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