Html Css Color HEX #50646D Smalt Blue

📋 copy color: '#50646D'

red 80 ◦ green 100 ◦ blue 109

#50646D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #50646D

Tints of Smalt Blue #50646D

RGB

 RED value IS 80 (31.64% from 255) = 27.68%

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 27.68%
G = 34.6%
B = 37.72%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50646D (or 0x50646D) is known color: Smalt Blue. HEX triplet: 50, 64 and 6D. RGB value is (80,100,109). Sum of RGB (Red+Green+Blue) = 80+100+109=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #50646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50646D is #AF9B92. Grayscale: #5E5E5E. Windows color (decimal): -11508627 or 7169104. OLE color: 7169104.

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

Color convert

RGB 80 100 109 -
CMYK 0.27 0.08 0 0.57
HSL 198.62º 0.15% 0.37% -
HSV(B) 198.62º 0.27% 0.43% -
XYZ 10.63 11.92 16.21 -
YUV 95.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 80 100 109 0.27 0.08 0 0.57 198.62 0.15 0.37
Hex 50 64 6D 1B 8 0 39 C7 F 25
Octal 120 144 155 33 10 0 71 307 17 45
Binary 1010000 1100100 1101101 11011 1000 0 111001 11000111 1111 100101

Color Harmonies of #50646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50646D

Black with #50646D

Text Example


Text Example

White with #50646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50646D;
 }
 .AnyTagClassName
 {
   color: #50646D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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