Html Css Color HEX #50647A Wedgewood

📋 copy color: '#50647A'

red 80 ◦ green 100 ◦ blue 122

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

Shades of Wedgewood #50647A

Tints of Wedgewood #50647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 26.49%
G = 33.11%
B = 40.4%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50647A (or 0x50647A) is known color: Wedgewood. HEX triplet: 50, 64 and 7A. RGB value is (80,100,122). Sum of RGB (Red+Green+Blue) = 80+100+122=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #50647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50647A is #AF9B85. Grayscale: #606060. Windows color (decimal): -11508614 or 8021072. OLE color: 8021072.

HSL color Cylindrical-coordinate representation of color #50647A: hue angle of 211.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50647A is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 100 122 -
CMYK 0.34 0.18 0 0.52
HSL 211.43º 0.21% 0.4% -
HSV(B) 211.43º 0.34% 0.48% -
XYZ 11.38 12.22 20.17 -
YUV 96.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 80 100 122 0.34 0.18 0 0.52 211.43 0.21 0.4
Hex 50 64 7A 22 12 0 34 D3 15 28
Octal 120 144 172 42 22 0 64 323 25 50
Binary 1010000 1100100 1111010 100010 10010 0 110100 11010011 10101 101000

Color Harmonies of #50647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50647A

Black with #50647A

Text Example


Text Example

White with #50647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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