#506681

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

Shades of Wedgewood #506681

Tints of Wedgewood #506681

Color information

#506681 (or 0x506681) is unknown color: approx Wedgewood. HEX triplet: 50, 66 and 81. RGB value is (80,102,129). Sum of RGB (Red+Green+Blue) = 80+102+129=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #506681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506681 is #AF997E. Grayscale: #626262. Windows color (decimal): -11508095 or 8480336. OLE color: 8480336.

HSL color Cylindrical-coordinate representation of color #506681: hue angle of 213.06º 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 #506681 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80102129-
CMYK0.380.2100.49
HSL213.06º23.44%40.98%-
HSV(B)213.06º37.98%50.59%-
XYZ12.0212.7922.6-
YUV98.5145.21114.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=25.72%
G=32.80%
B=41.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801021290.380.2100.49213.0623.4440.98
Hex5066812615031d51729
Octal12014620146250613252751
Binary10100001100110100000011001101010101100011101010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506681; }

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

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

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

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

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

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

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

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