#517392

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

Shades of Wedgewood #517392

Tints of Wedgewood #517392

Color information

#517392 (or 0x517392) is unknown color: approx Wedgewood. HEX triplet: 51, 73 and 92. RGB value is (81,115,146). Sum of RGB (Red+Green+Blue) = 81+115+146=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #517392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517392 is #AE8C6D. Grayscale: #6C6C6C. Windows color (decimal): -11439214 or 9597777. OLE color: 9597777.

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

Color convert

RGB81115146-
CMYK0.450.2100.43
HSL208.62º28.63%44.51%-
HSV(B)208.62º44.52%57.25%-
XYZ14.7116.0929.52-
YUV108.37149.24108.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=23.68%
G=33.63%
B=42.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811151460.450.2100.43208.6228.6344.51
Hex5173922D1502Bd11d2d
Octal12116322255250533213555
Binary10100011110011100100101011011010101010111101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517392; }

 p { color: rgb(81,115,146); }

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

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

 a { background-color: rgb(81,115,146); }

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

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

 span { border-color: rgb(81,115,146); }

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