#51637F

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

Shades of Wedgewood #51637F

Tints of Wedgewood #51637F

Color information

#51637F (or 0x51637F) is unknown color: approx Wedgewood. HEX triplet: 51, 63 and 7F. RGB value is (81,99,127). Sum of RGB (Red+Green+Blue) = 81+99+127=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #51637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51637F is #AE9C80. Grayscale: #606060. Windows color (decimal): -11443329 or 8348497. OLE color: 8348497.

HSL color Cylindrical-coordinate representation of color #51637F: hue angle of 216.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51637F is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8199127-
CMYK0.360.2200.50
HSL216.52º22.12%40.78%-
HSV(B)216.52º36.22%49.8%-
XYZ11.6912.2121.82-
YUV96.81145.04116.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 127 (50% from 255) = 41.37%
R=26.38%
G=32.25%
B=41.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81991270.360.2200.50216.5222.1240.78
Hex51637F2416032d91629
Octal12114317744260623312651
Binary1010001110001111111111001001011001100101101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51637F; }

 p { color: rgb(81,99,127); }

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

<style>
 a { background-color: #51637F; }

 a { background-color: rgb(81,99,127); }

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

<style>
 span { border-color: #51637F; }

 span { border-color: rgb(81,99,127); }

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