#50758C

Color #50758C Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #50758C

Tints of Wedgewood #50758C

Color information

#50758C (or 0x50758C) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 8C. RGB value is (80,117,140). Sum of RGB (Red+Green+Blue) = 80+117+140=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #50758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758C is #AF8A73. Grayscale: #6C6C6C. Windows color (decimal): -11504244 or 9205072. OLE color: 9205072.

HSL color Cylindrical-coordinate representation of color #50758C: hue angle of 203º degrees, saturation: 0.27, 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 #50758C is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80117140-
CMYK0.430.1600.45
HSL203º27.27%43.14%-
HSV(B)203º42.86%54.9%-
XYZ14.416.3227.2-
YUV108.56145.74107.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=23.74%
G=34.72%
B=41.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801171400.430.1600.4520327.2743.14
Hex50758C2B1002Dcb1b2b
Octal12016521453200553133353
Binary10100001110101100011001010111000001011011100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50758C;
 }
 .AnyTagClassName
 {
   color: #50758C;
 }
</style>
background-color css

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

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

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

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

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

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