#506F90

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

Shades of Wedgewood #506F90

Tints of Wedgewood #506F90

Color information

#506F90 (or 0x506F90) is unknown color: approx Wedgewood. HEX triplet: 50, 6F and 90. RGB value is (80,111,144). Sum of RGB (Red+Green+Blue) = 80+111+144=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #506F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F90 is #AF906F. Grayscale: #696969. Windows color (decimal): -11505776 or 9465680. OLE color: 9465680.

HSL color Cylindrical-coordinate representation of color #506F90: hue angle of 210.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506F90 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80111144-
CMYK0.440.2300.44
HSL210.94º28.57%43.92%-
HSV(B)210.94º44.44%56.47%-
XYZ14.0315.0928.56-
YUV105.49149.73109.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=23.88%
G=33.13%
B=42.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801111440.440.2300.44210.9428.5743.92
Hex506F902C1702Cd31d2c
Octal12015722054270543233554
Binary10100001101111100100001011001011101011001101001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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