#507494

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

Shades of Wedgewood #507494

Tints of Wedgewood #507494

Color information

#507494 (or 0x507494) is unknown color: approx Wedgewood. HEX triplet: 50, 74 and 94. RGB value is (80,116,148). Sum of RGB (Red+Green+Blue) = 80+116+148=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #507494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507494 is #AF8B6B. Grayscale: #6C6C6C. Windows color (decimal): -11504492 or 9729104. OLE color: 9729104.

HSL color Cylindrical-coordinate representation of color #507494: hue angle of 208.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507494 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80116148-
CMYK0.460.2200.42
HSL208.24º29.82%44.71%-
HSV(B)208.24º45.95%58.04%-
XYZ14.916.3330.38-
YUV108.88150.07107.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=23.26%
G=33.72%
B=43.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801161480.460.2200.42208.2429.8244.71
Hex5074942E1602Ad01e2d
Octal12016422456260523203655
Binary10100001110100100101001011101011001010101101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507494; }

 p { color: rgb(80,116,148); }

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

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

 a { background-color: rgb(80,116,148); }

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

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

 span { border-color: rgb(80,116,148); }

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