#506B85

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

Shades of Wedgewood #506B85

Tints of Wedgewood #506B85

Color information

#506B85 (or 0x506B85) is unknown color: approx Wedgewood. HEX triplet: 50, 6B and 85. RGB value is (80,107,133). Sum of RGB (Red+Green+Blue) = 80+107+133=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #506B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B85 is #AF947A. Grayscale: #656565. Windows color (decimal): -11506811 or 8743760. OLE color: 8743760.

HSL color Cylindrical-coordinate representation of color #506B85: hue angle of 209.43º 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 #506B85 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80107133-
CMYK0.400.2000.48
HSL209.43º24.88%41.76%-
HSV(B)209.43º39.85%52.16%-
XYZ12.813.9124.2-
YUV101.89145.55112.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=25%
G=33.44%
B=41.56%

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
Decimal801071330.400.2000.48209.4324.8841.76
Hex506B852814030d1192a
Octal12015320550240603213152
Binary10100001101011100001011010001010001100001101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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