#51687A

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

Shades of Wedgewood #51687A

Tints of Wedgewood #51687A

Color information

#51687A (or 0x51687A) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 7A. RGB value is (81,104,122). Sum of RGB (Red+Green+Blue) = 81+104+122=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #51687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51687A is #AE9785. Grayscale: #636363. Windows color (decimal): -11442054 or 8022097. OLE color: 8022097.

HSL color Cylindrical-coordinate representation of color #51687A: hue angle of 206.34º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51687A is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81104122-
CMYK0.340.1500.52
HSL206.34º20.2%39.8%-
HSV(B)206.34º33.61%47.84%-
XYZ11.8613.0620.31-
YUV99.18140.88115.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=26.38%
G=33.88%
B=39.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811041220.340.1500.52206.3420.239.8
Hex51687A22F034ce1428
Octal12115017242170643162450
Binary101000111010001111010100010111101101001100111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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