#51687E

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

Shades of Wedgewood #51687E

Tints of Wedgewood #51687E

Color information

#51687E (or 0x51687E) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 7E. RGB value is (81,104,126). Sum of RGB (Red+Green+Blue) = 81+104+126=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #51687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51687E is #AE9781. Grayscale: #636363. Windows color (decimal): -11442050 or 8284241. OLE color: 8284241.

HSL color Cylindrical-coordinate representation of color #51687E: hue angle of 209.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51687E is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81104126-
CMYK0.360.1700.51
HSL209.33º21.74%40.59%-
HSV(B)209.33º35.71%49.41%-
XYZ12.1113.1621.64-
YUV99.63142.88114.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=26.05%
G=33.44%
B=40.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811041260.360.1700.51209.3321.7440.59
Hex51687E2411033d11629
Octal12115017644210633212651
Binary1010001110100011111101001001000101100111101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,104,126); }

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

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

 a { background-color: rgb(81,104,126); }

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

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

 span { border-color: rgb(81,104,126); }

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