#506E8B

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

Shades of Wedgewood #506E8B

Tints of Wedgewood #506E8B

Color information

#506E8B (or 0x506E8B) is unknown color: approx Wedgewood. HEX triplet: 50, 6E and 8B. RGB value is (80,110,139). Sum of RGB (Red+Green+Blue) = 80+110+139=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #506E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E8B is #AF9174. Grayscale: #686868. Windows color (decimal): -11506037 or 9137744. OLE color: 9137744.

HSL color Cylindrical-coordinate representation of color #506E8B: hue angle of 209.49º 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 #506E8B is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80110139-
CMYK0.420.2100.45
HSL209.49º26.94%42.94%-
HSV(B)209.49º42.45%54.51%-
XYZ13.5414.7226.55-
YUV104.34147.56110.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=24.32%
G=33.43%
B=42.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801101390.420.2100.45209.4926.9442.94
Hex506E8B2A1502Dd11b2b
Octal12015621352250553213353
Binary10100001101110100010111010101010101011011101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E8B; }

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

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

<style>
 a { background-color: #506E8B; }

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

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

<style>
 span { border-color: #506E8B; }

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

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