#507292

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

Shades of Wedgewood #507292

Tints of Wedgewood #507292

Color information

#507292 (or 0x507292) is unknown color: approx Wedgewood. HEX triplet: 50, 72 and 92. RGB value is (80,114,146). Sum of RGB (Red+Green+Blue) = 80+114+146=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #507292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507292 is #AF8D6D. Grayscale: #6B6B6B. Windows color (decimal): -11505006 or 9597520. OLE color: 9597520.

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

Color convert

RGB80114146-
CMYK0.450.2200.43
HSL209.09º29.2%44.31%-
HSV(B)209.09º45.21%57.25%-
XYZ14.5115.8229.48-
YUV107.48149.74108.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=23.53%
G=33.53%
B=42.94%

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
Decimal801141460.450.2200.43209.0929.244.31
Hex5072922D1602Bd11d2c
Octal12016222255260533213554
Binary10100001110010100100101011011011001010111101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507292; }

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

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

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

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

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

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

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

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