#506985

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

Shades of Wedgewood #506985

Tints of Wedgewood #506985

Color information

#506985 (or 0x506985) is unknown color: approx Wedgewood. HEX triplet: 50, 69 and 85. RGB value is (80,105,133). Sum of RGB (Red+Green+Blue) = 80+105+133=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #506985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506985 is #AF967A. Grayscale: #646464. Windows color (decimal): -11507323 or 8743248. OLE color: 8743248.

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

Color convert

RGB80105133-
CMYK0.400.2100.48
HSL211.7º24.88%41.76%-
HSV(B)211.7º39.85%52.16%-
XYZ12.5913.524.13-
YUV100.72146.22113.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=25.16%
G=33.02%
B=41.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801051330.400.2100.48211.724.8841.76
Hex5069852815030d4192a
Octal12015120550250603243152
Binary10100001101001100001011010001010101100001101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506985; }

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

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

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

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

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

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

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

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