#51726C

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

Shades of William #51726C

Tints of William #51726C

Color information

#51726C (or 0x51726C) is unknown color: approx William. HEX triplet: 51, 72 and 6C. RGB value is (81,114,108). Sum of RGB (Red+Green+Blue) = 81+114+108=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #51726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51726C is #AE8D93. Grayscale: #676767. Windows color (decimal): -11439508 or 7107153. OLE color: 7107153.

HSL color Cylindrical-coordinate representation of color #51726C: hue angle of 169.09º 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 #51726C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB81114108-
CMYK0.2900.050.55
HSL169.09º16.92%38.24%-
HSV(B)169.09º28.95%44.71%-
XYZ12.1214.8716.42-
YUV103.45130.57111.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=26.73%
G=37.62%
B=35.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811141080.2900.050.55169.0916.9238.24
Hex51726C1D0537a91126
Octal1211621543505672512146
Binary1010001111001011011001110101011101111010100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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