#517690

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

Shades of Wedgewood #517690

Tints of Wedgewood #517690

Color information

#517690 (or 0x517690) is unknown color: approx Wedgewood. HEX triplet: 51, 76 and 90. RGB value is (81,118,144). Sum of RGB (Red+Green+Blue) = 81+118+144=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #517690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517690 is #AE896F. Grayscale: #6D6D6D. Windows color (decimal): -11438448 or 9467473. OLE color: 9467473.

HSL color Cylindrical-coordinate representation of color #517690: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517690 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81118144-
CMYK0.440.1800.44
HSL204.76º28%44.12%-
HSV(B)204.76º43.75%56.47%-
XYZ14.9116.7228.83-
YUV109.9147.24107.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=23.62%
G=34.40%
B=41.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811181440.440.1800.44204.762844.12
Hex5176902C1202Ccd1c2c
Octal12116622054220543153454
Binary10100011110110100100001011001001001011001100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517690; }

 p { color: rgb(81,118,144); }

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

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

 a { background-color: rgb(81,118,144); }

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

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

 span { border-color: rgb(81,118,144); }

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