#517593

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

Shades of Wedgewood #517593

Tints of Wedgewood #517593

Color information

#517593 (or 0x517593) is unknown color: approx Wedgewood. HEX triplet: 51, 75 and 93. RGB value is (81,117,147). Sum of RGB (Red+Green+Blue) = 81+117+147=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #517593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517593 is #AE8A6C. Grayscale: #6D6D6D. Windows color (decimal): -11438701 or 9663825. OLE color: 9663825.

HSL color Cylindrical-coordinate representation of color #517593: hue angle of 207.27º 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 #517593 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81117147-
CMYK0.450.2000.42
HSL207.27º28.95%44.71%-
HSV(B)207.27º44.9%57.65%-
XYZ15.0216.5830.01-
YUV109.66149.07107.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=23.48%
G=33.91%
B=42.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811171470.450.2000.42207.2728.9544.71
Hex5175932D1402Acf1d2d
Octal12116522355240523173555
Binary10100011110101100100111011011010001010101100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517593; }

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

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

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

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

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

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

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

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