Html Css Color HEX #50697D Wedgewood

📋 copy color: '#50697D'

red 80 ◦ green 105 ◦ blue 125

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

Shades of Wedgewood #50697D

Tints of Wedgewood #50697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 25.81%
G = 33.87%
B = 40.32%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50697D (or 0x50697D) is known color: Wedgewood. HEX triplet: 50, 69 and 7D. RGB value is (80,105,125). Sum of RGB (Red+Green+Blue) = 80+105+125=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #50697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50697D is #AF9682. Grayscale: #636363. Windows color (decimal): -11507331 or 8218960. OLE color: 8218960.

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

Color convert

RGB 80 105 125 -
CMYK 0.36 0.16 0 0.51
HSL 206.67º 0.22% 0.4% -
HSV(B) 206.67º 0.36% 0.49% -
XYZ 12.06 13.29 21.33 -
YUV 99.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 80 105 125 0.36 0.16 0 0.51 206.67 0.22 0.4
Hex 50 69 7D 24 10 0 33 CF 16 28
Octal 120 151 175 44 20 0 63 317 26 50
Binary 1010000 1101001 1111101 100100 10000 0 110011 11001111 10110 101000

Color Harmonies of #50697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50697D

Black with #50697D

Text Example


Text Example

White with #50697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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