#507386

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

Shades of Wedgewood #507386

Tints of Wedgewood #507386

Color information

#507386 (or 0x507386) is unknown color: approx Wedgewood. HEX triplet: 50, 73 and 86. RGB value is (80,115,134). Sum of RGB (Red+Green+Blue) = 80+115+134=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #507386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507386 is #AF8C79. Grayscale: #6A6A6A. Windows color (decimal): -11504762 or 8811344. OLE color: 8811344.

HSL color Cylindrical-coordinate representation of color #507386: hue angle of 201.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507386 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80115134-
CMYK0.400.1400.47
HSL201.11º25.23%41.96%-
HSV(B)201.11º40.3%52.55%-
XYZ13.7415.6924.86-
YUV106.7143.4108.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=24.32%
G=34.95%
B=40.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801151340.400.1400.47201.1125.2341.96
Hex50738628E02Fc9192a
Octal12016320650160573113152
Binary1010000111001110000110101000111001011111100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507386; }

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

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

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

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

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

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

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

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