#51726F

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

Shades of William #51726F

Tints of William #51726F

Color information

#51726F (or 0x51726F) is unknown color: approx William. HEX triplet: 51, 72 and 6F. RGB value is (81,114,111). Sum of RGB (Red+Green+Blue) = 81+114+111=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #51726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51726F is #AE8D90. Grayscale: #676767. Windows color (decimal): -11439505 or 7303761. OLE color: 7303761.

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

Color convert

RGB81114111-
CMYK0.2900.030.55
HSL174.55º16.92%38.24%-
HSV(B)174.55º28.95%44.71%-
XYZ12.2814.9317.27-
YUV103.79132.07111.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=26.47%
G=37.25%
B=36.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811141110.2900.030.55174.5516.9238.24
Hex51726F1D0337af1126
Octal1211621573503672572146
Binary101000111100101101111111010111101111010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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