#517591

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

Shades of Wedgewood #517591

Tints of Wedgewood #517591

Color information

#517591 (or 0x517591) is unknown color: approx Wedgewood. HEX triplet: 51, 75 and 91. RGB value is (81,117,145). Sum of RGB (Red+Green+Blue) = 81+117+145=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #517591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517591 is #AE8A6E. Grayscale: #6D6D6D. Windows color (decimal): -11438703 or 9532753. OLE color: 9532753.

HSL color Cylindrical-coordinate representation of color #517591: hue angle of 206.25º 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 #517591 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81117145-
CMYK0.440.1900.43
HSL206.25º28.32%44.31%-
HSV(B)206.25º44.14%56.86%-
XYZ14.8716.5229.19-
YUV109.43148.07107.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=23.62%
G=34.11%
B=42.27%

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
Decimal811171450.440.1900.43206.2528.3244.31
Hex5175912C1302Bce1c2c
Octal12116522154230533163454
Binary10100011110101100100011011001001101010111100111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517591; }

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

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

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

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

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

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

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

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