Html Css Color HEX #50687C Wedgewood

📋 copy color: '#50687C'

red 80 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #50687C

Tints of Wedgewood #50687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 25.97%
G = 33.77%
B = 40.26%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50687C (or 0x50687C) is known color: Wedgewood. HEX triplet: 50, 68 and 7C. RGB value is (80,104,124). Sum of RGB (Red+Green+Blue) = 80+104+124=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #50687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687C is #AF9783. Grayscale: #636363. Windows color (decimal): -11507588 or 8153168. OLE color: 8153168.

HSL color Cylindrical-coordinate representation of color #50687C: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50687C is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 104 124 -
CMYK 0.35 0.16 0 0.51
HSL 207.27º 0.22% 0.4% -
HSV(B) 207.27º 0.35% 0.49% -
XYZ 11.9 13.06 20.96 -
YUV 99.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 80 104 124 0.35 0.16 0 0.51 207.27 0.22 0.4
Hex 50 68 7C 23 10 0 33 CF 16 28
Octal 120 150 174 43 20 0 63 317 26 50
Binary 1010000 1101000 1111100 100011 10000 0 110011 11001111 10110 101000

Color Harmonies of #50687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50687C

Black with #50687C

Text Example


Text Example

White with #50687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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