Html Css Color HEX #50718D Wedgewood

📋 copy color: '#50718D'

red 80 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #50718D

Tints of Wedgewood #50718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 23.95%
G = 33.83%
B = 42.22%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50718D (or 0x50718D) is known color: Wedgewood. HEX triplet: 50, 71 and 8D. RGB value is (80,113,141). Sum of RGB (Red+Green+Blue) = 80+113+141=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #50718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50718D is #AF8E72. Grayscale: #6A6A6A. Windows color (decimal): -11505267 or 9269584. OLE color: 9269584.

HSL color Cylindrical-coordinate representation of color #50718D: hue angle of 207.54º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50718D is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 113 141 -
CMYK 0.43 0.20 0 0.45
HSL 207.54º 0.28% 0.43% -
HSV(B) 207.54º 0.43% 0.55% -
XYZ 14.02 15.44 27.44 -
YUV 106.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 80 113 141 0.43 0.20 0 0.45 207.54 0.28 0.43
Hex 50 71 8D 2B 14 0 2D D0 1C 2B
Octal 120 161 215 53 24 0 55 320 34 53
Binary 1010000 1110001 10001101 101011 10100 0 101101 11010000 11100 101011

Color Harmonies of #50718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50718D

Black with #50718D

Text Example


Text Example

White with #50718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,113,141); }

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

background-color css

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

 a { background-color: rgb(80,113,141); }

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

border-color css

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

 span { border-color: rgb(80,113,141); }

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