#517691

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

Shades of Wedgewood #517691

Tints of Wedgewood #517691

Color information

#517691 (or 0x517691) is unknown color: approx Wedgewood. HEX triplet: 51, 76 and 91. RGB value is (81,118,145). Sum of RGB (Red+Green+Blue) = 81+118+145=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #517691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517691 is #AE896E. Grayscale: #6D6D6D. Windows color (decimal): -11438447 or 9533009. OLE color: 9533009.

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

Color convert

RGB81118145-
CMYK0.440.1900.43
HSL205.31º28.32%44.31%-
HSV(B)205.31º44.14%56.86%-
XYZ14.9816.7529.23-
YUV110.01147.74107.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=23.55%
G=34.30%
B=42.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811181450.440.1900.43205.3128.3244.31
Hex5176912C1302Bcd1c2c
Octal12116622154230533153454
Binary10100011110110100100011011001001101010111100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517691; }

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

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

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

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

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

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

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

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