#507191

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

Shades of Wedgewood #507191

Tints of Wedgewood #507191

Color information

#507191 (or 0x507191) is unknown color: approx Wedgewood. HEX triplet: 50, 71 and 91. RGB value is (80,113,145). Sum of RGB (Red+Green+Blue) = 80+113+145=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #507191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507191 is #AF8E6E. Grayscale: #6A6A6A. Windows color (decimal): -11505263 or 9531728. OLE color: 9531728.

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

Color convert

RGB80113145-
CMYK0.450.2200.43
HSL209.54º28.89%44.12%-
HSV(B)209.54º44.83%56.86%-
XYZ14.3215.5629.04-
YUV106.78149.57108.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=23.67%
G=33.43%
B=42.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801131450.450.2200.43209.5428.8944.12
Hex5071912D1602Bd21d2c
Octal12016122155260533223554
Binary10100001110001100100011011011011001010111101001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507191; }

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

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

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

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

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

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

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

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