#507490

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

Shades of Wedgewood #507490

Tints of Wedgewood #507490

Color information

#507490 (or 0x507490) is unknown color: approx Wedgewood. HEX triplet: 50, 74 and 90. RGB value is (80,116,144). Sum of RGB (Red+Green+Blue) = 80+116+144=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #507490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507490 is #AF8B6F. Grayscale: #6C6C6C. Windows color (decimal): -11504496 or 9466960. OLE color: 9466960.

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

Color convert

RGB80116144-
CMYK0.440.1900.44
HSL206.25º28.57%43.92%-
HSV(B)206.25º44.44%56.47%-
XYZ14.5916.2128.75-
YUV108.43148.07107.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=23.53%
G=34.12%
B=42.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801161440.440.1900.44206.2528.5743.92
Hex5074902C1302Cce1d2c
Octal12016422054230543163554
Binary10100001110100100100001011001001101011001100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507490; }

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

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

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

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

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

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

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

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