#507284

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

Shades of Wedgewood #507284

Tints of Wedgewood #507284

Color information

#507284 (or 0x507284) is unknown color: approx Wedgewood. HEX triplet: 50, 72 and 84. RGB value is (80,114,132). Sum of RGB (Red+Green+Blue) = 80+114+132=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #507284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507284 is #AF8D7B. Grayscale: #696969. Windows color (decimal): -11505020 or 8680016. OLE color: 8680016.

HSL color Cylindrical-coordinate representation of color #507284: hue angle of 200.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507284 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80114132-
CMYK0.390.1400.48
HSL200.77º24.53%41.57%-
HSV(B)200.77º39.39%51.76%-
XYZ13.4915.4124.09-
YUV105.89142.74109.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=24.54%
G=34.97%
B=40.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801141320.390.1400.48200.7724.5341.57
Hex50728427E030c9192a
Octal12016220447160603113152
Binary1010000111001010000100100111111001100001100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507284; }

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

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

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

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

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

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

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

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