#517493

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

Shades of Wedgewood #517493

Tints of Wedgewood #517493

Color information

#517493 (or 0x517493) is unknown color: approx Wedgewood. HEX triplet: 51, 74 and 93. RGB value is (81,116,147). Sum of RGB (Red+Green+Blue) = 81+116+147=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #517493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517493 is #AE8B6C. Grayscale: #6C6C6C. Windows color (decimal): -11438957 or 9663569. OLE color: 9663569.

HSL color Cylindrical-coordinate representation of color #517493: hue angle of 208.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517493 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81116147-
CMYK0.450.2100.42
HSL208.18º28.95%44.71%-
HSV(B)208.18º44.9%57.65%-
XYZ14.9116.3529.97-
YUV109.07149.4107.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=23.55%
G=33.72%
B=42.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811161470.450.2100.42208.1828.9544.71
Hex5174932D1502Ad01d2d
Octal12116422355250523203555
Binary10100011110100100100111011011010101010101101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517493; }

 p { color: rgb(81,116,147); }

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

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

 a { background-color: rgb(81,116,147); }

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

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

 span { border-color: rgb(81,116,147); }

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