#507692

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

Shades of Wedgewood #507692

Tints of Wedgewood #507692

Color information

#507692 (or 0x507692) is unknown color: approx Wedgewood. HEX triplet: 50, 76 and 92. RGB value is (80,118,146). Sum of RGB (Red+Green+Blue) = 80+118+146=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #507692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507692 is #AF896D. Grayscale: #6D6D6D. Windows color (decimal): -11503982 or 9598544. OLE color: 9598544.

HSL color Cylindrical-coordinate representation of color #507692: hue angle of 205.45º 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 #507692 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80118146-
CMYK0.450.1900.43
HSL205.45º29.2%44.31%-
HSV(B)205.45º45.21%57.25%-
XYZ14.9816.7429.64-
YUV109.83148.41106.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=23.26%
G=34.30%
B=42.44%

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
Decimal801181460.450.1900.43205.4529.244.31
Hex5076922D1302Bcd1d2c
Octal12016622255230533153554
Binary10100001110110100100101011011001101010111100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507692; }

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

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

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

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

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

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

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

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