#506A85

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

Shades of Wedgewood #506A85

Tints of Wedgewood #506A85

Color information

#506A85 (or 0x506A85) is unknown color: approx Wedgewood. HEX triplet: 50, 6A and 85. RGB value is (80,106,133). Sum of RGB (Red+Green+Blue) = 80+106+133=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #506A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A85 is #AF957A. Grayscale: #656565. Windows color (decimal): -11507067 or 8743504. OLE color: 8743504.

HSL color Cylindrical-coordinate representation of color #506A85: hue angle of 210.57º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506A85 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80106133-
CMYK0.400.2000.48
HSL210.57º24.88%41.76%-
HSV(B)210.57º39.85%52.16%-
XYZ12.713.7124.17-
YUV101.3145.89112.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=25.08%
G=33.23%
B=41.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801061330.400.2000.48210.5724.8841.76
Hex506A852814030d3192a
Octal12015220550240603233152
Binary10100001101010100001011010001010001100001101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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