#51677A

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

Shades of Wedgewood #51677A

Tints of Wedgewood #51677A

Color information

#51677A (or 0x51677A) is unknown color: approx Wedgewood. HEX triplet: 51, 67 and 7A. RGB value is (81,103,122). Sum of RGB (Red+Green+Blue) = 81+103+122=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #51677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51677A is #AE9885. Grayscale: #626262. Windows color (decimal): -11442310 or 8021841. OLE color: 8021841.

HSL color Cylindrical-coordinate representation of color #51677A: hue angle of 207.8º 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 #51677A is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81103122-
CMYK0.340.1600.52
HSL207.8º20.2%39.8%-
HSV(B)207.8º33.61%47.84%-
XYZ11.7612.8520.27-
YUV98.59141.21115.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=26.47%
G=33.66%
B=39.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811031220.340.1600.52207.820.239.8
Hex51677A2210034d01428
Octal12114717242200643202450
Binary1010001110011111110101000101000001101001101000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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