Html Css Color HEX #50676E Smalt Blue

📋 copy color: '#50676E'

red 80 ◦ green 103 ◦ blue 110

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

Shades of Smalt Blue #50676E

Tints of Smalt Blue #50676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 27.3%
G = 35.15%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50676E (or 0x50676E) is known color: Smalt Blue. HEX triplet: 50, 67 and 6E. RGB value is (80,103,110). Sum of RGB (Red+Green+Blue) = 80+103+110=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #50676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50676E is #AF9891. Grayscale: #606060. Windows color (decimal): -11507858 or 7235408. OLE color: 7235408.

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

Color convert

RGB 80 103 110 -
CMYK 0.27 0.06 0 0.57
HSL 194º 0.16% 0.37% -
HSV(B) 194º 0.27% 0.43% -
XYZ 10.97 12.53 16.59 -
YUV 96.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 80 103 110 0.27 0.06 0 0.57 194 0.16 0.37
Hex 50 67 6E 1B 6 0 39 C2 10 25
Octal 120 147 156 33 6 0 71 302 20 45
Binary 1010000 1100111 1101110 11011 110 0 111001 11000010 10000 100101

Color Harmonies of #50676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50676E

Black with #50676E

Text Example


Text Example

White with #50676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50676E;
 }
 .AnyTagClassName
 {
   color: #50676E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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