#507691

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

Shades of Wedgewood #507691

Tints of Wedgewood #507691

Color information

#507691 (or 0x507691) is unknown color: approx Wedgewood. HEX triplet: 50, 76 and 91. RGB value is (80,118,145). Sum of RGB (Red+Green+Blue) = 80+118+145=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #507691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507691 is #AF896E. Grayscale: #6D6D6D. Windows color (decimal): -11503983 or 9533008. OLE color: 9533008.

HSL color Cylindrical-coordinate representation of color #507691: hue angle of 204.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507691 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80118145-
CMYK0.450.1900.43
HSL204.92º28.89%44.12%-
HSV(B)204.92º44.83%56.86%-
XYZ14.916.7129.23-
YUV109.72147.91106.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=23.32%
G=34.40%
B=42.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801181450.450.1900.43204.9228.8944.12
Hex5076912D1302Bcd1d2c
Octal12016622155230533153554
Binary10100001110110100100011011011001101010111100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507691; }

 p { color: rgb(80,118,145); }

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

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

 a { background-color: rgb(80,118,145); }

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

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

 span { border-color: rgb(80,118,145); }

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