#506987

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

Shades of Wedgewood #506987

Tints of Wedgewood #506987

Color information

#506987 (or 0x506987) is unknown color: approx Wedgewood. HEX triplet: 50, 69 and 87. RGB value is (80,105,135). Sum of RGB (Red+Green+Blue) = 80+105+135=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #506987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506987 is #AF9678. Grayscale: #646464. Windows color (decimal): -11507321 or 8874320. OLE color: 8874320.

HSL color Cylindrical-coordinate representation of color #506987: hue angle of 212.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506987 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80105135-
CMYK0.410.2200.47
HSL212.73º25.58%42.16%-
HSV(B)212.73º40.74%52.94%-
XYZ12.7313.5624.87-
YUV100.94147.22113.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=25%
G=32.81%
B=42.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801051350.410.2200.47212.7325.5842.16
Hex506987291602Fd51a2a
Octal12015120751260573253252
Binary10100001101001100001111010011011001011111101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506987; }

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

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

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

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

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

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

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

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