Html Css Color HEX #50708E Wedgewood

📋 copy color: '#50708E'

red 80 ◦ green 112 ◦ blue 142

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

Shades of Wedgewood #50708E

Tints of Wedgewood #50708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 23.95%
G = 33.53%
B = 42.51%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50708E (or 0x50708E) is known color: Wedgewood. HEX triplet: 50, 70 and 8E. RGB value is (80,112,142). Sum of RGB (Red+Green+Blue) = 80+112+142=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #50708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50708E is #AF8F71. Grayscale: #696969. Windows color (decimal): -11505522 or 9334864. OLE color: 9334864.

HSL color Cylindrical-coordinate representation of color #50708E: hue angle of 209.03º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50708E is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 112 142 -
CMYK 0.44 0.21 0 0.44
HSL 209.03º 0.28% 0.44% -
HSV(B) 209.03º 0.44% 0.56% -
XYZ 13.98 15.25 27.8 -
YUV 105.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 80 112 142 0.44 0.21 0 0.44 209.03 0.28 0.44
Hex 50 70 8E 2C 15 0 2C D1 1C 2C
Octal 120 160 216 54 25 0 54 321 34 54
Binary 1010000 1110000 10001110 101100 10101 0 101100 11010001 11100 101100

Color Harmonies of #50708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50708E

Black with #50708E

Text Example


Text Example

White with #50708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50708E; }

 p { color: rgb(80,112,142); }

 H1.HeaderClassName
 {
   color: #50708E;
 }
 .AnyTagClassName
 {
   color: #50708E;
 }
</style>

background-color css

<style>
 a { background-color: #50708E; }

 a { background-color: rgb(80,112,142); }

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

border-color css

<style>
 span { border-color: #50708E; }

 span { border-color: rgb(80,112,142); }

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