#51716A

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

Shades of William #51716A

Tints of William #51716A

Color information

#51716A (or 0x51716A) is unknown color: approx William. HEX triplet: 51, 71 and 6A. RGB value is (81,113,106). Sum of RGB (Red+Green+Blue) = 81+113+106=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #51716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716A is #AE8E95. Grayscale: #666666. Windows color (decimal): -11439766 or 6975825. OLE color: 6975825.

HSL color Cylindrical-coordinate representation of color #51716A: hue angle of 166.88º 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 #51716A is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB81113106-
CMYK0.2800.060.56
HSL166.88º16.49%38.04%-
HSV(B)166.88º28.32%44.31%-
XYZ11.914.615.83-
YUV102.63129.9112.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=27%
G=37.67%
B=35.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131060.2800.060.56166.8816.4938.04
Hex51716A1C0638a71026
Octal1211611523406702472046
Binary1010001111000111010101110001101110001010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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