Html Css Color HEX #50708F Wedgewood

📋 copy color: '#50708F'

red 80 ◦ green 112 ◦ blue 143

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

Shades of Wedgewood #50708F

Tints of Wedgewood #50708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 23.88%
G = 33.43%
B = 42.69%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50708F (or 0x50708F) is known color: Wedgewood. HEX triplet: 50, 70 and 8F. RGB value is (80,112,143). Sum of RGB (Red+Green+Blue) = 80+112+143=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #50708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50708F is #AF8F70. Grayscale: #696969. Windows color (decimal): -11505521 or 9400400. OLE color: 9400400.

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

Color convert

RGB 80 112 143 -
CMYK 0.44 0.22 0 0.44
HSL 209.52º 0.28% 0.44% -
HSV(B) 209.52º 0.44% 0.56% -
XYZ 14.06 15.28 28.19 -
YUV 105.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 80 112 143 0.44 0.22 0 0.44 209.52 0.28 0.44
Hex 50 70 8F 2C 16 0 2C D2 1C 2C
Octal 120 160 217 54 26 0 54 322 34 54
Binary 1010000 1110000 10001111 101100 10110 0 101100 11010010 11100 101100

Color Harmonies of #50708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50708F

Black with #50708F

Text Example


Text Example

White with #50708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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