#51716B

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

Shades of William #51716B

Tints of William #51716B

Color information

#51716B (or 0x51716B) is unknown color: approx William. HEX triplet: 51, 71 and 6B. RGB value is (81,113,107). Sum of RGB (Red+Green+Blue) = 81+113+107=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #51716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716B is #AE8E94. Grayscale: #666666. Windows color (decimal): -11439765 or 7041361. OLE color: 7041361.

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

Color convert

RGB81113107-
CMYK0.2800.050.56
HSL168.75º16.49%38.04%-
HSV(B)168.75º28.32%44.31%-
XYZ11.9514.6216.1-
YUV102.75130.4112.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=26.91%
G=37.54%
B=35.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131070.2800.050.56168.7516.4938.04
Hex51716B1C0538a91026
Octal1211611533405702512046
Binary1010001111000111010111110001011110001010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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