#50666C

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

Shades of Smalt Blue #50666C

Tints of Smalt Blue #50666C

Color information

#50666C (or 0x50666C) is unknown color: approx Smalt Blue. HEX triplet: 50, 66 and 6C. RGB value is (80,102,108). Sum of RGB (Red+Green+Blue) = 80+102+108=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #50666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666C is #AF9993. Grayscale: #606060. Windows color (decimal): -11508116 or 7104080. OLE color: 7104080.

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

Color convert

RGB80102108-
CMYK0.260.0600.58
HSL192.86º14.89%36.86%-
HSV(B)192.86º25.93%42.35%-
XYZ10.7712.2915.99-
YUV96.11134.71116.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=27.59%
G=35.17%
B=37.24%

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
Decimal801021080.260.0600.58192.8614.8936.86
Hex50666C1A603Ac1f25
Octal1201461543260723011745
Binary101000011001101101100110101100111010110000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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