Html Css Color HEX #50758F Wedgewood

📋 copy color: '#50758F'

red 80 ◦ green 117 ◦ blue 143

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

Shades of Wedgewood #50758F

Tints of Wedgewood #50758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 23.53%
G = 34.41%
B = 42.06%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50758F (or 0x50758F) is known color: Wedgewood. HEX triplet: 50, 75 and 8F. RGB value is (80,117,143). Sum of RGB (Red+Green+Blue) = 80+117+143=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #50758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758F is #AF8A70. Grayscale: #6C6C6C. Windows color (decimal): -11504241 or 9401680. OLE color: 9401680.

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

Color convert

RGB 80 117 143 -
CMYK 0.44 0.18 0 0.44
HSL 204.76º 0.28% 0.44% -
HSV(B) 204.76º 0.44% 0.56% -
XYZ 14.63 16.41 28.38 -
YUV 108.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 80 117 143 0.44 0.18 0 0.44 204.76 0.28 0.44
Hex 50 75 8F 2C 12 0 2C CD 1C 2C
Octal 120 165 217 54 22 0 54 315 34 54
Binary 1010000 1110101 10001111 101100 10010 0 101100 11001101 11100 101100

Color Harmonies of #50758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50758F

Black with #50758F

Text Example


Text Example

White with #50758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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