#50758B

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

Shades of Wedgewood #50758B

Tints of Wedgewood #50758B

Color information

#50758B (or 0x50758B) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 8B. RGB value is (80,117,139). Sum of RGB (Red+Green+Blue) = 80+117+139=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #50758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758B is #AF8A74. Grayscale: #6C6C6C. Windows color (decimal): -11504245 or 9139536. OLE color: 9139536.

HSL color Cylindrical-coordinate representation of color #50758B: hue angle of 202.37º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50758B is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80117139-
CMYK0.420.1600.45
HSL202.37º26.94%42.94%-
HSV(B)202.37º42.45%54.51%-
XYZ14.3316.2926.82-
YUV108.44145.24107.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=23.81%
G=34.82%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801171390.420.1600.45202.3726.9442.94
Hex50758B2A1002Dca1b2b
Octal12016521352200553123353
Binary10100001110101100010111010101000001011011100101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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