#507387

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

Shades of Wedgewood #507387

Tints of Wedgewood #507387

Color information

#507387 (or 0x507387) is unknown color: approx Wedgewood. HEX triplet: 50, 73 and 87. RGB value is (80,115,135). Sum of RGB (Red+Green+Blue) = 80+115+135=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #507387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507387 is #AF8C78. Grayscale: #6A6A6A. Windows color (decimal): -11504761 or 8876880. OLE color: 8876880.

HSL color Cylindrical-coordinate representation of color #507387: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507387 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80115135-
CMYK0.410.1500.47
HSL201.82º25.58%42.16%-
HSV(B)201.82º40.74%52.94%-
XYZ13.8115.7225.23-
YUV106.82143.9108.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=24.24%
G=34.85%
B=40.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801151350.410.1500.47201.8225.5842.16
Hex50738729F02Fca1a2a
Octal12016320751170573123252
Binary1010000111001110000111101001111101011111100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507387; }

 p { color: rgb(80,115,135); }

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

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

 a { background-color: rgb(80,115,135); }

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

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

 span { border-color: rgb(80,115,135); }

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