#507087

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

Shades of Wedgewood #507087

Tints of Wedgewood #507087

Color information

#507087 (or 0x507087) is unknown color: approx Wedgewood. HEX triplet: 50, 70 and 87. RGB value is (80,112,135). Sum of RGB (Red+Green+Blue) = 80+112+135=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #507087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507087 is #AF8F78. Grayscale: #686868. Windows color (decimal): -11505529 or 8876112. OLE color: 8876112.

HSL color Cylindrical-coordinate representation of color #507087: hue angle of 205.09º 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 #507087 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80112135-
CMYK0.410.1700.47
HSL205.09º25.58%42.16%-
HSV(B)205.09º40.74%52.94%-
XYZ13.4815.0425.12-
YUV105.05144.9110.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=24.46%
G=34.25%
B=41.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801121350.410.1700.47205.0925.5842.16
Hex507087291102Fcd1a2a
Octal12016020751210573153252
Binary10100001110000100001111010011000101011111100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507087; }

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

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

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

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

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

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

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

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