#51708D

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

Shades of Wedgewood #51708D

Tints of Wedgewood #51708D

Color information

#51708D (or 0x51708D) is unknown color: approx Wedgewood. HEX triplet: 51, 70 and 8D. RGB value is (81,112,141). Sum of RGB (Red+Green+Blue) = 81+112+141=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #51708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708D is #AE8F72. Grayscale: #696969. Windows color (decimal): -11439987 or 9269329. OLE color: 9269329.

HSL color Cylindrical-coordinate representation of color #51708D: hue angle of 209º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51708D is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81112141-
CMYK0.430.2100.45
HSL209º27.03%43.53%-
HSV(B)209º42.55%55.29%-
XYZ1415.2627.41-
YUV106.04147.73110.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=24.25%
G=33.53%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811121410.430.2100.4520927.0343.53
Hex51708D2B1502Dd11b2c
Octal12116021553250553213354
Binary10100011110000100011011010111010101011011101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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