#506678

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

Shades of Wedgewood #506678

Tints of Wedgewood #506678

Color information

#506678 (or 0x506678) is unknown color: approx Wedgewood. HEX triplet: 50, 66 and 78. RGB value is (80,102,120). Sum of RGB (Red+Green+Blue) = 80+102+120=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #506678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506678 is #AF9987. Grayscale: #616161. Windows color (decimal): -11508104 or 7890512. OLE color: 7890512.

HSL color Cylindrical-coordinate representation of color #506678: hue angle of 207º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506678 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80102120-
CMYK0.330.1500.53
HSL207º20%39.22%-
HSV(B)207º33.33%47.06%-
XYZ11.4512.5619.59-
YUV97.47140.71115.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=26.49%
G=33.77%
B=39.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801021200.330.1500.532072039.22
Hex50667821F035cf1427
Octal12014617041170653172447
Binary101000011001101111000100001111101101011100111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506678; }

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

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

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

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

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

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

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

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