#517387

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

Shades of Wedgewood #517387

Tints of Wedgewood #517387

Color information

#517387 (or 0x517387) is unknown color: approx Wedgewood. HEX triplet: 51, 73 and 87. RGB value is (81,115,135). Sum of RGB (Red+Green+Blue) = 81+115+135=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #517387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517387 is #AE8C78. Grayscale: #6A6A6A. Windows color (decimal): -11439225 or 8876881. OLE color: 8876881.

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

Color convert

RGB81115135-
CMYK0.400.1500.47
HSL202.22º25%42.35%-
HSV(B)202.22º40%52.94%-
XYZ13.915.7625.23-
YUV107.11143.74109.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=24.47%
G=34.74%
B=40.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811151350.400.1500.47202.222542.35
Hex51738728F02Fca192a
Octal12116320750170573123152
Binary1010001111001110000111101000111101011111100101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517387; }

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

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

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

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

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

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

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

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