#51708A

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

Shades of Wedgewood #51708A

Tints of Wedgewood #51708A

Color information

#51708A (or 0x51708A) is unknown color: approx Wedgewood. HEX triplet: 51, 70 and 8A. RGB value is (81,112,138). Sum of RGB (Red+Green+Blue) = 81+112+138=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #51708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708A is #AE8F75. Grayscale: #696969. Windows color (decimal): -11439990 or 9072721. OLE color: 9072721.

HSL color Cylindrical-coordinate representation of color #51708A: hue angle of 207.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51708A is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81112138-
CMYK0.410.1900.46
HSL207.37º26.03%42.94%-
HSV(B)207.37º41.3%54.12%-
XYZ13.7715.1726.25-
YUV105.7146.23110.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=24.47%
G=33.84%
B=41.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811121380.410.1900.46207.3726.0342.94
Hex51708A291302Ecf1a2b
Octal12116021251230563173253
Binary10100011110000100010101010011001101011101100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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