#51718E

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

Shades of Wedgewood #51718E

Tints of Wedgewood #51718E

Color information

#51718E (or 0x51718E) is unknown color: approx Wedgewood. HEX triplet: 51, 71 and 8E. RGB value is (81,113,142). Sum of RGB (Red+Green+Blue) = 81+113+142=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #51718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51718E is #AE8E71. Grayscale: #6A6A6A. Windows color (decimal): -11439730 or 9335121. OLE color: 9335121.

HSL color Cylindrical-coordinate representation of color #51718E: hue angle of 208.52º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51718E is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81113142-
CMYK0.430.2000.44
HSL208.52º27.35%43.73%-
HSV(B)208.52º42.96%55.69%-
XYZ14.1815.5127.84-
YUV106.74147.9109.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=24.11%
G=33.63%
B=42.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811131420.430.2000.44208.5227.3543.73
Hex51718E2B1402Cd11b2c
Octal12116121653240543213354
Binary10100011110001100011101010111010001011001101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51718E; }

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

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

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

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

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

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

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

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