#51708E

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

Shades of Wedgewood #51708E

Tints of Wedgewood #51708E

Color information

#51708E (or 0x51708E) is unknown color: approx Wedgewood. HEX triplet: 51, 70 and 8E. RGB value is (81,112,142). Sum of RGB (Red+Green+Blue) = 81+112+142=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #51708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708E is #AE8F71. Grayscale: #6A6A6A. Windows color (decimal): -11439986 or 9334865. OLE color: 9334865.

HSL color Cylindrical-coordinate representation of color #51708E: hue angle of 209.51º 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 #51708E is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81112142-
CMYK0.430.2100.44
HSL209.51º27.35%43.73%-
HSV(B)209.51º42.96%55.69%-
XYZ14.0715.2927.8-
YUV106.15148.23110.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=24.18%
G=33.43%
B=42.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811121420.430.2100.44209.5127.3543.73
Hex51708E2B1502Cd21b2c
Octal12116021653250543223354
Binary10100011110000100011101010111010101011001101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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