#507591

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

Shades of Wedgewood #507591

Tints of Wedgewood #507591

Color information

#507591 (or 0x507591) is unknown color: approx Wedgewood. HEX triplet: 50, 75 and 91. RGB value is (80,117,145). Sum of RGB (Red+Green+Blue) = 80+117+145=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #507591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507591 is #AF8A6E. Grayscale: #6C6C6C. Windows color (decimal): -11504239 or 9532752. OLE color: 9532752.

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

Color convert

RGB80117145-
CMYK0.450.1900.43
HSL205.85º28.89%44.12%-
HSV(B)205.85º44.83%56.86%-
XYZ14.7816.4729.19-
YUV109.13148.24107.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=23.39%
G=34.21%
B=42.40%

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
Decimal801171450.450.1900.43205.8528.8944.12
Hex5075912D1302Bce1d2c
Octal12016522155230533163554
Binary10100001110101100100011011011001101010111100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507591; }

 p { color: rgb(80,117,145); }

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

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

 a { background-color: rgb(80,117,145); }

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

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

 span { border-color: rgb(80,117,145); }

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