#506D8D

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

Shades of Wedgewood #506D8D

Tints of Wedgewood #506D8D

Color information

#506D8D (or 0x506D8D) is unknown color: approx Wedgewood. HEX triplet: 50, 6D and 8D. RGB value is (80,109,141). Sum of RGB (Red+Green+Blue) = 80+109+141=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #506D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D8D is #AF9272. Grayscale: #676767. Windows color (decimal): -11506291 or 9268560. OLE color: 9268560.

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

Color convert

RGB80109141-
CMYK0.430.2300.45
HSL211.48º27.6%43.33%-
HSV(B)211.48º43.26%55.29%-
XYZ13.5814.5727.29-
YUV103.98148.89110.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=24.24%
G=33.03%
B=42.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801091410.430.2300.45211.4827.643.33
Hex506D8D2B1702Dd31c2b
Octal12015521553270553233453
Binary10100001101101100011011010111011101011011101001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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