#51657E

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

Shades of Wedgewood #51657E

Tints of Wedgewood #51657E

Color information

#51657E (or 0x51657E) is unknown color: approx Wedgewood. HEX triplet: 51, 65 and 7E. RGB value is (81,101,126). Sum of RGB (Red+Green+Blue) = 81+101+126=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #51657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51657E is #AE9A81. Grayscale: #616161. Windows color (decimal): -11442818 or 8283473. OLE color: 8283473.

HSL color Cylindrical-coordinate representation of color #51657E: hue angle of 213.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 #51657E is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81101126-
CMYK0.360.2000.51
HSL213.33º21.74%40.59%-
HSV(B)213.33º35.71%49.41%-
XYZ11.8112.5621.54-
YUV97.87143.87115.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=26.30%
G=32.79%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811011260.360.2000.51213.3321.7440.59
Hex51657E2414033d51629
Octal12114517644240633252651
Binary1010001110010111111101001001010001100111101010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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