#507291

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

Shades of Wedgewood #507291

Tints of Wedgewood #507291

Color information

#507291 (or 0x507291) is unknown color: approx Wedgewood. HEX triplet: 50, 72 and 91. RGB value is (80,114,145). Sum of RGB (Red+Green+Blue) = 80+114+145=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #507291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507291 is #AF8D6E. Grayscale: #6B6B6B. Windows color (decimal): -11505007 or 9531984. OLE color: 9531984.

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

Color convert

RGB80114145-
CMYK0.450.2100.43
HSL208.62º28.89%44.12%-
HSV(B)208.62º44.83%56.86%-
XYZ14.4415.7829.07-
YUV107.37149.24108.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=23.60%
G=33.63%
B=42.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801141450.450.2100.43208.6228.8944.12
Hex5072912D1502Bd11d2c
Octal12016222155250533213554
Binary10100001110010100100011011011010101010111101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507291; }

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

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

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

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

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

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

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

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