#517589

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

Shades of Wedgewood #517589

Tints of Wedgewood #517589

Color information

#517589 (or 0x517589) is unknown color: approx Wedgewood. HEX triplet: 51, 75 and 89. RGB value is (81,117,137). Sum of RGB (Red+Green+Blue) = 81+117+137=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #517589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517589 is #AE8A76. Grayscale: #6C6C6C. Windows color (decimal): -11438711 or 9008465. OLE color: 9008465.

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

Color convert

RGB81117137-
CMYK0.410.1500.46
HSL201.43º25.69%42.75%-
HSV(B)201.43º40.88%53.73%-
XYZ14.2716.2826.06-
YUV108.52144.07108.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=24.18%
G=34.93%
B=40.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811171370.410.1500.46201.4325.6942.75
Hex51758929F02Ec91a2b
Octal12116521151170563113253
Binary1010001111010110001001101001111101011101100100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517589; }

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

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

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

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

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

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

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

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