#506F8C

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

Shades of Wedgewood #506F8C

Tints of Wedgewood #506F8C

Color information

#506F8C (or 0x506F8C) is unknown color: approx Wedgewood. HEX triplet: 50, 6F and 8C. RGB value is (80,111,140). Sum of RGB (Red+Green+Blue) = 80+111+140=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #506F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F8C is #AF9073. Grayscale: #686868. Windows color (decimal): -11505780 or 9203536. OLE color: 9203536.

HSL color Cylindrical-coordinate representation of color #506F8C: hue angle of 209º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #506F8C is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80111140-
CMYK0.430.2100.45
HSL209º27.27%43.14%-
HSV(B)209º42.86%54.9%-
XYZ13.7314.9726.98-
YUV105.04147.73110.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=24.17%
G=33.53%
B=42.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801111400.430.2100.4520927.2743.14
Hex506F8C2B1502Dd11b2b
Octal12015721453250553213353
Binary10100001101111100011001010111010101011011101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F8C; }

 p { color: rgb(80,111,140); }

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

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

 a { background-color: rgb(80,111,140); }

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

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

 span { border-color: rgb(80,111,140); }

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