#50676F

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

Shades of Smalt Blue #50676F

Tints of Smalt Blue #50676F

Color information

#50676F (or 0x50676F) is unknown color: approx Smalt Blue. HEX triplet: 50, 67 and 6F. RGB value is (80,103,111). Sum of RGB (Red+Green+Blue) = 80+103+111=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #50676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50676F is #AF9890. Grayscale: #606060. Windows color (decimal): -11507857 or 7300944. OLE color: 7300944.

HSL color Cylindrical-coordinate representation of color #50676F: hue angle of 195.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50676F is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80103111-
CMYK0.280.0700.56
HSL195.48º16.23%37.45%-
HSV(B)195.48º27.93%43.53%-
XYZ11.0312.5516.88-
YUV97.04135.88115.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=27.21%
G=35.03%
B=37.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801031110.280.0700.56195.4816.2337.45
Hex50676F1C7038c31025
Octal1201471573470703032045
Binary1010000110011111011111110011101110001100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50676F; }

 p { color: rgb(80,103,111); }

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

<style>
 a { background-color: #50676F; }

 a { background-color: rgb(80,103,111); }

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

<style>
 span { border-color: #50676F; }

 span { border-color: rgb(80,103,111); }

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