Html Css Color HEX #50718B Wedgewood

📋 copy color: '#50718B'

red 80 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #50718B

Tints of Wedgewood #50718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 24.1%
G = 34.04%
B = 41.87%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50718B (or 0x50718B) is known color: Wedgewood. HEX triplet: 50, 71 and 8B. RGB value is (80,113,139). Sum of RGB (Red+Green+Blue) = 80+113+139=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #50718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50718B is #AF8E74. Grayscale: #696969. Windows color (decimal): -11505269 or 9138512. OLE color: 9138512.

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

Color convert

RGB 80 113 139 -
CMYK 0.42 0.19 0 0.45
HSL 206.44º 0.27% 0.43% -
HSV(B) 206.44º 0.42% 0.55% -
XYZ 13.87 15.38 26.66 -
YUV 106.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 80 113 139 0.42 0.19 0 0.45 206.44 0.27 0.43
Hex 50 71 8B 2A 13 0 2D CE 1B 2B
Octal 120 161 213 52 23 0 55 316 33 53
Binary 1010000 1110001 10001011 101010 10011 0 101101 11001110 11011 101011

Color Harmonies of #50718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50718B

Black with #50718B

Text Example


Text Example

White with #50718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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