#51716C

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

Shades of William #51716C

Tints of William #51716C

Color information

#51716C (or 0x51716C) is unknown color: approx William. HEX triplet: 51, 71 and 6C. RGB value is (81,113,108). Sum of RGB (Red+Green+Blue) = 81+113+108=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #51716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716C is #AE8E93. Grayscale: #666666. Windows color (decimal): -11439764 or 7106897. OLE color: 7106897.

HSL color Cylindrical-coordinate representation of color #51716C: hue angle of 170.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51716C is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB81113108-
CMYK0.2800.040.56
HSL170.62º16.49%38.04%-
HSV(B)170.62º28.32%44.31%-
XYZ12.0114.6416.38-
YUV102.86130.9112.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=26.82%
G=37.42%
B=35.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131080.2800.040.56170.6216.4938.04
Hex51716C1C0438ab1026
Octal1211611543404702532046
Binary1010001111000111011001110001001110001010101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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