Html Css Color HEX #50676F Smalt Blue

📋 copy color: '#50676F'

red 80 ◦ green 103 ◦ blue 111

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

Shades of Smalt Blue #50676F

Tints of Smalt Blue #50676F

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50676F (or 0x50676F) is known color: 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

RGB 80 103 111 -
CMYK 0.28 0.07 0 0.56
HSL 195.48º 0.16% 0.37% -
HSV(B) 195.48º 0.28% 0.44% -
XYZ 11.03 12.55 16.88 -
YUV 97.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 80 103 111 0.28 0.07 0 0.56 195.48 0.16 0.37
Hex 50 67 6F 1C 7 0 38 C3 10 25
Octal 120 147 157 34 7 0 70 303 20 45
Binary 1010000 1100111 1101111 11100 111 0 111000 11000011 10000 100101

Color Harmonies of #50676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50676F

Black with #50676F

Text Example


Text Example

White with #50676F

Text Example


Text Example

HTML Codes & Css Web 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>