Html Css Color HEX #50687F Wedgewood

📋 copy color: '#50687F'

red 80 ◦ green 104 ◦ blue 127

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

Shades of Wedgewood #50687F

Tints of Wedgewood #50687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 25.72%
G = 33.44%
B = 40.84%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50687F (or 0x50687F) is known color: Wedgewood. HEX triplet: 50, 68 and 7F. RGB value is (80,104,127). Sum of RGB (Red+Green+Blue) = 80+104+127=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #50687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687F is #AF9780. Grayscale: #636363. Windows color (decimal): -11507585 or 8349776. OLE color: 8349776.

HSL color Cylindrical-coordinate representation of color #50687F: hue angle of 209.36º 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 #50687F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 104 127 -
CMYK 0.37 0.18 0 0.50
HSL 209.36º 0.23% 0.41% -
HSV(B) 209.36º 0.37% 0.5% -
XYZ 12.09 13.14 21.98 -
YUV 99.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 80 104 127 0.37 0.18 0 0.50 209.36 0.23 0.41
Hex 50 68 7F 25 12 0 32 D1 17 29
Octal 120 150 177 45 22 0 62 321 27 51
Binary 1010000 1101000 1111111 100101 10010 0 110010 11010001 10111 101001

Color Harmonies of #50687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50687F

Black with #50687F

Text Example


Text Example

White with #50687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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