#506883

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

Shades of Wedgewood #506883

Tints of Wedgewood #506883

Color information

#506883 (or 0x506883) is unknown color: approx Wedgewood. HEX triplet: 50, 68 and 83. RGB value is (80,104,131). Sum of RGB (Red+Green+Blue) = 80+104+131=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #506883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506883 is #AF977C. Grayscale: #636363. Windows color (decimal): -11507581 or 8611920. OLE color: 8611920.

HSL color Cylindrical-coordinate representation of color #506883: hue angle of 211.76º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506883 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80104131-
CMYK0.390.2100.49
HSL211.76º24.17%41.37%-
HSV(B)211.76º38.93%51.37%-
XYZ12.3613.2423.38-
YUV99.9145.55113.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=25.40%
G=33.02%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801041310.390.2100.49211.7624.1741.37
Hex5068832715031d41829
Octal12015020347250613243051
Binary10100001101000100000111001111010101100011101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506883; }

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

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

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

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

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

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

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

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