#517794

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

Shades of Wedgewood #517794

Tints of Wedgewood #517794

Color information

#517794 (or 0x517794) is unknown color: approx Wedgewood. HEX triplet: 51, 77 and 94. RGB value is (81,119,148). Sum of RGB (Red+Green+Blue) = 81+119+148=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #517794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517794 is #AE886B. Grayscale: #6E6E6E. Windows color (decimal): -11438188 or 9729873. OLE color: 9729873.

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

Color convert

RGB81119148-
CMYK0.450.2000.42
HSL205.97º29.26%44.9%-
HSV(B)205.97º45.27%58.04%-
XYZ15.3417.0830.51-
YUV110.94148.91106.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=23.28%
G=34.20%
B=42.53%

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
Decimal811191480.450.2000.42205.9729.2644.9
Hex5177942D1402Ace1d2d
Octal12116722455240523163555
Binary10100011110111100101001011011010001010101100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517794; }

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

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

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

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

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

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

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

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