#506885

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

Shades of Wedgewood #506885

Tints of Wedgewood #506885

Color information

#506885 (or 0x506885) is unknown color: approx Wedgewood. HEX triplet: 50, 68 and 85. RGB value is (80,104,133). Sum of RGB (Red+Green+Blue) = 80+104+133=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #506885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506885 is #AF977A. Grayscale: #636363. Windows color (decimal): -11507579 or 8742992. OLE color: 8742992.

HSL color Cylindrical-coordinate representation of color #506885: hue angle of 212.83º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506885 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80104133-
CMYK0.400.2200.48
HSL212.83º24.88%41.76%-
HSV(B)212.83º39.85%52.16%-
XYZ12.4913.324.1-
YUV100.13146.55113.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=25.24%
G=32.81%
B=41.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801041330.400.2200.48212.8324.8841.76
Hex5068852816030d5192a
Octal12015020550260603253152
Binary10100001101000100001011010001011001100001101010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506885; }

 p { color: rgb(80,104,133); }

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

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

 a { background-color: rgb(80,104,133); }

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

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

 span { border-color: rgb(80,104,133); }

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