#506981

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

Shades of Wedgewood #506981

Tints of Wedgewood #506981

Color information

#506981 (or 0x506981) is unknown color: approx Wedgewood. HEX triplet: 50, 69 and 81. RGB value is (80,105,129). Sum of RGB (Red+Green+Blue) = 80+105+129=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #506981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506981 is #AF967E. Grayscale: #646464. Windows color (decimal): -11507327 or 8481104. OLE color: 8481104.

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

Color convert

RGB80105129-
CMYK0.380.1900.49
HSL209.39º23.44%40.98%-
HSV(B)209.39º37.98%50.59%-
XYZ12.3213.3922.7-
YUV100.26144.22113.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=25.48%
G=33.44%
B=41.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801051290.380.1900.49209.3923.4440.98
Hex5069812613031d11729
Octal12015120146230613212751
Binary10100001101001100000011001101001101100011101000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506981; }

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

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

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

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

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

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

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

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