Html Css Color HEX #50647F Wedgewood

📋 copy color: '#50647F'

red 80 ◦ green 100 ◦ blue 127

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

Shades of Wedgewood #50647F

Tints of Wedgewood #50647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 26.06%
G = 32.57%
B = 41.37%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50647F (or 0x50647F) is known color: Wedgewood. HEX triplet: 50, 64 and 7F. RGB value is (80,100,127). Sum of RGB (Red+Green+Blue) = 80+100+127=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #50647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50647F is #AF9B80. Grayscale: #606060. Windows color (decimal): -11508609 or 8348752. OLE color: 8348752.

HSL color Cylindrical-coordinate representation of color #50647F: hue angle of 214.47º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50647F is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 100 127 -
CMYK 0.37 0.21 0 0.50
HSL 214.47º 0.23% 0.41% -
HSV(B) 214.47º 0.37% 0.5% -
XYZ 11.7 12.35 21.85 -
YUV 97.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 80 100 127 0.37 0.21 0 0.50 214.47 0.23 0.41
Hex 50 64 7F 25 15 0 32 D6 17 29
Octal 120 144 177 45 25 0 62 326 27 51
Binary 1010000 1100100 1111111 100101 10101 0 110010 11010110 10111 101001

Color Harmonies of #50647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50647F

Black with #50647F

Text Example


Text Example

White with #50647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50647F;
 }
 .AnyTagClassName
 {
   color: #50647F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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