#51726E

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

Shades of William #51726E

Tints of William #51726E

Color information

#51726E (or 0x51726E) is unknown color: approx William. HEX triplet: 51, 72 and 6E. RGB value is (81,114,110). Sum of RGB (Red+Green+Blue) = 81+114+110=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #51726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51726E is #AE8D91. Grayscale: #676767. Windows color (decimal): -11439506 or 7238225. OLE color: 7238225.

HSL color Cylindrical-coordinate representation of color #51726E: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51726E is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB81114110-
CMYK0.2900.040.55
HSL172.73º16.92%38.24%-
HSV(B)172.73º28.95%44.71%-
XYZ12.2314.9116.99-
YUV103.68131.57111.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=26.56%
G=37.38%
B=36.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811141100.2900.040.55172.7316.9238.24
Hex51726E1D0437ad1126
Octal1211621563504672552146
Binary1010001111001011011101110101001101111010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,114,110); }

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

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

 a { background-color: rgb(81,114,110); }

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

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

 span { border-color: rgb(81,114,110); }

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