#506F84

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

Shades of Wedgewood #506F84

Tints of Wedgewood #506F84

Color information

#506F84 (or 0x506F84) is unknown color: approx Wedgewood. HEX triplet: 50, 6F and 84. RGB value is (80,111,132). Sum of RGB (Red+Green+Blue) = 80+111+132=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #506F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F84 is #AF907B. Grayscale: #686868. Windows color (decimal): -11505788 or 8679248. OLE color: 8679248.

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

Color convert

RGB80111132-
CMYK0.390.1600.48
HSL204.23º24.53%41.57%-
HSV(B)204.23º39.39%51.76%-
XYZ13.1614.7423.98-
YUV104.12143.73110.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=24.77%
G=34.37%
B=40.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801111320.390.1600.48204.2324.5341.57
Hex506F842710030cc192a
Octal12015720447200603143152
Binary10100001101111100001001001111000001100001100110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,132); }

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

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

 a { background-color: rgb(80,111,132); }

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

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

 span { border-color: rgb(80,111,132); }

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