#506C89

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

Shades of Wedgewood #506C89

Tints of Wedgewood #506C89

Color information

#506C89 (or 0x506C89) is unknown color: approx Wedgewood. HEX triplet: 50, 6C and 89. RGB value is (80,108,137). Sum of RGB (Red+Green+Blue) = 80+108+137=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #506C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C89 is #AF9376. Grayscale: #666666. Windows color (decimal): -11506551 or 9006160. OLE color: 9006160.

HSL color Cylindrical-coordinate representation of color #506C89: hue angle of 210.53º 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 #506C89 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80108137-
CMYK0.420.2100.46
HSL210.53º26.27%42.55%-
HSV(B)210.53º41.61%53.73%-
XYZ13.1914.2425.72-
YUV102.93147.22111.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=24.62%
G=33.23%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801081370.420.2100.46210.5326.2742.55
Hex506C892A1502Ed31a2b
Octal12015421152250563233253
Binary10100001101100100010011010101010101011101101001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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