Html Css Color HEX #50697C Wedgewood

📋 copy color: '#50697C'

red 80 ◦ green 105 ◦ blue 124

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

Shades of Wedgewood #50697C

Tints of Wedgewood #50697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 25.89%
G = 33.98%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50697C (or 0x50697C) is known color: Wedgewood. HEX triplet: 50, 69 and 7C. RGB value is (80,105,124). Sum of RGB (Red+Green+Blue) = 80+105+124=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #50697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50697C is #AF9683. Grayscale: #636363. Windows color (decimal): -11507332 or 8153424. OLE color: 8153424.

HSL color Cylindrical-coordinate representation of color #50697C: hue angle of 205.91º 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 #50697C is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 105 124 -
CMYK 0.35 0.15 0 0.51
HSL 205.91º 0.22% 0.4% -
HSV(B) 205.91º 0.35% 0.49% -
XYZ 12 13.26 21 -
YUV 99.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 80 105 124 0.35 0.15 0 0.51 205.91 0.22 0.4
Hex 50 69 7C 23 F 0 33 CE 16 28
Octal 120 151 174 43 17 0 63 316 26 50
Binary 1010000 1101001 1111100 100011 1111 0 110011 11001110 10110 101000

Color Harmonies of #50697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50697C

Black with #50697C

Text Example


Text Example

White with #50697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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