#517185

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

Shades of Wedgewood #517185

Tints of Wedgewood #517185

Color information

#517185 (or 0x517185) is unknown color: approx Wedgewood. HEX triplet: 51, 71 and 85. RGB value is (81,113,133). Sum of RGB (Red+Green+Blue) = 81+113+133=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #517185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517185 is #AE8E7A. Grayscale: #696969. Windows color (decimal): -11439739 or 8745297. OLE color: 8745297.

HSL color Cylindrical-coordinate representation of color #517185: hue angle of 203.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517185 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81113133-
CMYK0.390.1500.48
HSL203.08º24.3%41.96%-
HSV(B)203.08º39.1%52.16%-
XYZ13.5315.2524.42-
YUV105.71143.4110.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=24.77%
G=34.56%
B=40.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811131330.390.1500.48203.0824.341.96
Hex51718527F030cb182a
Octal12116120547170603133052
Binary1010001111000110000101100111111101100001100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517185; }

 p { color: rgb(81,113,133); }

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

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

 a { background-color: rgb(81,113,133); }

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

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

 span { border-color: rgb(81,113,133); }

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