#517389

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

Shades of Wedgewood #517389

Tints of Wedgewood #517389

Color information

#517389 (or 0x517389) is unknown color: approx Wedgewood. HEX triplet: 51, 73 and 89. RGB value is (81,115,137). Sum of RGB (Red+Green+Blue) = 81+115+137=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #517389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517389 is #AE8C76. Grayscale: #6B6B6B. Windows color (decimal): -11439223 or 9007953. OLE color: 9007953.

HSL color Cylindrical-coordinate representation of color #517389: hue angle of 203.57º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517389 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81115137-
CMYK0.410.1600.46
HSL203.57º25.69%42.75%-
HSV(B)203.57º40.88%53.73%-
XYZ14.0415.8225.98-
YUV107.34144.74109.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=24.32%
G=34.53%
B=41.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811151370.410.1600.46203.5725.6942.75
Hex517389291002Ecc1a2b
Octal12116321151200563143253
Binary10100011110011100010011010011000001011101100110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517389; }

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

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

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

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

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

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

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

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