Html Css Color HEX #50758E Wedgewood

📋 copy color: '#50758E'

red 80 ◦ green 117 ◦ blue 142

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

Shades of Wedgewood #50758E

Tints of Wedgewood #50758E

RGB

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

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

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

R = 23.6%
G = 34.51%
B = 41.89%

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

#50758E (or 0x50758E) is known color: Wedgewood. HEX triplet: 50, 75 and 8E. RGB value is (80,117,142). Sum of RGB (Red+Green+Blue) = 80+117+142=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #50758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758E is #AF8A71. Grayscale: #6C6C6C. Windows color (decimal): -11504242 or 9336144. OLE color: 9336144.

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

Color convert

RGB 80 117 142 -
CMYK 0.44 0.18 0 0.44
HSL 204.19º 0.28% 0.44% -
HSV(B) 204.19º 0.44% 0.56% -
XYZ 14.55 16.38 27.99 -
YUV 108.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 80 117 142 0.44 0.18 0 0.44 204.19 0.28 0.44
Hex 50 75 8E 2C 12 0 2C CC 1C 2C
Octal 120 165 216 54 22 0 54 314 34 54
Binary 1010000 1110101 10001110 101100 10010 0 101100 11001100 11100 101100

Color Harmonies of #50758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50758E

Black with #50758E

Text Example


Text Example

White with #50758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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