Html Css Color HEX #50728E Wedgewood

📋 copy color: '#50728E'

red 80 ◦ green 114 ◦ blue 142

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

Shades of Wedgewood #50728E

Tints of Wedgewood #50728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 23.81%
G = 33.93%
B = 42.26%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50728E (or 0x50728E) is known color: Wedgewood. HEX triplet: 50, 72 and 8E. RGB value is (80,114,142). Sum of RGB (Red+Green+Blue) = 80+114+142=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #50728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728E is #AF8D71. Grayscale: #6A6A6A. Windows color (decimal): -11505010 or 9335376. OLE color: 9335376.

HSL color Cylindrical-coordinate representation of color #50728E: hue angle of 207.1º 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 #50728E is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 114 142 -
CMYK 0.44 0.20 0 0.44
HSL 207.1º 0.28% 0.44% -
HSV(B) 207.1º 0.44% 0.56% -
XYZ 14.21 15.69 27.87 -
YUV 107.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 80 114 142 0.44 0.20 0 0.44 207.1 0.28 0.44
Hex 50 72 8E 2C 14 0 2C CF 1C 2C
Octal 120 162 216 54 24 0 54 317 34 54
Binary 1010000 1110010 10001110 101100 10100 0 101100 11001111 11100 101100

Color Harmonies of #50728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50728E

Black with #50728E

Text Example


Text Example

White with #50728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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