#506781

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

Shades of Wedgewood #506781

Tints of Wedgewood #506781

Color information

#506781 (or 0x506781) is unknown color: approx Wedgewood. HEX triplet: 50, 67 and 81. RGB value is (80,103,129). Sum of RGB (Red+Green+Blue) = 80+103+129=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #506781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506781 is #AF987E. Grayscale: #626262. Windows color (decimal): -11507839 or 8480592. OLE color: 8480592.

HSL color Cylindrical-coordinate representation of color #506781: hue angle of 211.84º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506781 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80103129-
CMYK0.380.2000.49
HSL211.84º23.44%40.98%-
HSV(B)211.84º37.98%50.59%-
XYZ12.1212.9922.64-
YUV99.09144.88114.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=25.64%
G=33.01%
B=41.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801031290.380.2000.49211.8423.4440.98
Hex5067812614031d41729
Octal12014720146240613242751
Binary10100001100111100000011001101010001100011101010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506781; }

 p { color: rgb(80,103,129); }

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

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

 a { background-color: rgb(80,103,129); }

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

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

 span { border-color: rgb(80,103,129); }

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