#517694

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

Shades of Wedgewood #517694

Tints of Wedgewood #517694

Color information

#517694 (or 0x517694) is unknown color: approx Wedgewood. HEX triplet: 51, 76 and 94. RGB value is (81,118,148). Sum of RGB (Red+Green+Blue) = 81+118+148=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #517694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517694 is #AE896B. Grayscale: #6E6E6E. Windows color (decimal): -11438444 or 9729617. OLE color: 9729617.

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

Color convert

RGB81118148-
CMYK0.450.2000.42
HSL206.87º29.26%44.9%-
HSV(B)206.87º45.27%58.04%-
XYZ15.2216.8430.47-
YUV110.36149.24107.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=23.34%
G=34.01%
B=42.65%

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
Decimal811181480.450.2000.42206.8729.2644.9
Hex5176942D1402Acf1d2d
Octal12116622455240523173555
Binary10100011110110100101001011011010001010101100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517694; }

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

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

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

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

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

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

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

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