#507392

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

Shades of Wedgewood #507392

Tints of Wedgewood #507392

Color information

#507392 (or 0x507392) is unknown color: approx Wedgewood. HEX triplet: 50, 73 and 92. RGB value is (80,115,146). Sum of RGB (Red+Green+Blue) = 80+115+146=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #507392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507392 is #AF8C6D. Grayscale: #6B6B6B. Windows color (decimal): -11504750 or 9597776. OLE color: 9597776.

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

Color convert

RGB80115146-
CMYK0.450.2100.43
HSL208.18º29.2%44.31%-
HSV(B)208.18º45.21%57.25%-
XYZ14.6316.0429.52-
YUV108.07149.4107.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=23.46%
G=33.72%
B=42.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801151460.450.2100.43208.1829.244.31
Hex5073922D1502Bd01d2c
Octal12016322255250533203554
Binary10100001110011100100101011011010101010111101000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507392; }

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

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

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

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

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

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

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

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