#50758D

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

Shades of Wedgewood #50758D

Tints of Wedgewood #50758D

Color information

#50758D (or 0x50758D) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 8D. RGB value is (80,117,141). Sum of RGB (Red+Green+Blue) = 80+117+141=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #50758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758D is #AF8A72. Grayscale: #6C6C6C. Windows color (decimal): -11504243 or 9270608. OLE color: 9270608.

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

Color convert

RGB80117141-
CMYK0.430.1700.45
HSL203.61º27.6%43.33%-
HSV(B)203.61º43.26%55.29%-
XYZ14.4816.3527.59-
YUV108.67146.24107.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=23.67%
G=34.62%
B=41.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801171410.430.1700.45203.6127.643.33
Hex50758D2B1102Dcc1c2b
Octal12016521553210553143453
Binary10100001110101100011011010111000101011011100110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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