#506B8C

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

Shades of Wedgewood #506B8C

Tints of Wedgewood #506B8C

Color information

#506B8C (or 0x506B8C) is unknown color: approx Wedgewood. HEX triplet: 50, 6B and 8C. RGB value is (80,107,140). Sum of RGB (Red+Green+Blue) = 80+107+140=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #506B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B8C is #AF9473. Grayscale: #666666. Windows color (decimal): -11506804 or 9202512. OLE color: 9202512.

HSL color Cylindrical-coordinate representation of color #506B8C: hue angle of 213º 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 #506B8C is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80107140-
CMYK0.430.2400.45
HSL213º27.27%43.14%-
HSV(B)213º42.86%54.9%-
XYZ13.314.1126.83-
YUV102.69149.05111.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=24.46%
G=32.72%
B=42.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801071400.430.2400.4521327.2743.14
Hex506B8C2B1802Dd51b2b
Octal12015321453300553253353
Binary10100001101011100011001010111100001011011101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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