#506A89

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

Shades of Wedgewood #506A89

Tints of Wedgewood #506A89

Color information

#506A89 (or 0x506A89) is unknown color: approx Wedgewood. HEX triplet: 50, 6A and 89. RGB value is (80,106,137). Sum of RGB (Red+Green+Blue) = 80+106+137=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #506A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A89 is #AF9576. Grayscale: #656565. Windows color (decimal): -11507063 or 9005648. OLE color: 9005648.

HSL color Cylindrical-coordinate representation of color #506A89: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506A89 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80106137-
CMYK0.420.2300.46
HSL212.63º26.27%42.55%-
HSV(B)212.63º41.61%53.73%-
XYZ12.9813.8225.65-
YUV101.76147.89112.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=24.77%
G=32.82%
B=42.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801061370.420.2300.46212.6326.2742.55
Hex506A892A1702Ed51a2b
Octal12015221152270563253253
Binary10100001101010100010011010101011101011101101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,106,137); }

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

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

 a { background-color: rgb(80,106,137); }

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

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

 span { border-color: rgb(80,106,137); }

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