#51687C

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

Shades of Wedgewood #51687C

Tints of Wedgewood #51687C

Color information

#51687C (or 0x51687C) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 7C. RGB value is (81,104,124). Sum of RGB (Red+Green+Blue) = 81+104+124=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #51687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51687C is #AE9783. Grayscale: #636363. Windows color (decimal): -11442052 or 8153169. OLE color: 8153169.

HSL color Cylindrical-coordinate representation of color #51687C: hue angle of 207.91º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51687C is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81104124-
CMYK0.350.1600.51
HSL207.91º20.98%40.2%-
HSV(B)207.91º34.68%48.63%-
XYZ11.9813.1120.97-
YUV99.4141.88114.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=26.21%
G=33.66%
B=40.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811041240.350.1600.51207.9120.9840.2
Hex51687C2310033d01528
Octal12115017443200633202550
Binary1010001110100011111001000111000001100111101000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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