#506D85

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

Shades of Wedgewood #506D85

Tints of Wedgewood #506D85

Color information

#506D85 (or 0x506D85) is unknown color: approx Wedgewood. HEX triplet: 50, 6D and 85. RGB value is (80,109,133). Sum of RGB (Red+Green+Blue) = 80+109+133=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #506D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D85 is #AF927A. Grayscale: #666666. Windows color (decimal): -11506299 or 8744272. OLE color: 8744272.

HSL color Cylindrical-coordinate representation of color #506D85: hue angle of 207.17º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506D85 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80109133-
CMYK0.400.1800.48
HSL207.17º24.88%41.76%-
HSV(B)207.17º39.85%52.16%-
XYZ13.0114.3424.27-
YUV103.06144.89111.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=24.84%
G=33.85%
B=41.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801091330.400.1800.48207.1724.8841.76
Hex506D852812030cf192a
Octal12015520550220603173152
Binary10100001101101100001011010001001001100001100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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