#51756F

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

Shades of William #51756F

Tints of William #51756F

Color information

#51756F (or 0x51756F) is unknown color: approx William. HEX triplet: 51, 75 and 6F. RGB value is (81,117,111). Sum of RGB (Red+Green+Blue) = 81+117+111=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #51756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51756F is #AE8A90. Grayscale: #696969. Windows color (decimal): -11438737 or 7304529. OLE color: 7304529.

HSL color Cylindrical-coordinate representation of color #51756F: hue angle of 170º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51756F is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB81117111-
CMYK0.3100.050.54
HSL170º18.18%38.82%-
HSV(B)170º30.77%45.88%-
XYZ12.6215.6217.39-
YUV105.55131.07110.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=26.21%
G=37.86%
B=35.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171110.3100.050.5417018.1838.82
Hex51756F1F0536aa1227
Octal1211651573705662522247
Binary1010001111010111011111111101011101101010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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