#517171

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

Shades of William #517171

Tints of William #517171

Color information

#517171 (or 0x517171) is unknown color: approx William. HEX triplet: 51, 71 and 71. RGB value is (81,113,113). Sum of RGB (Red+Green+Blue) = 81+113+113=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #517171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517171 is #AE8E8E. Grayscale: #676767. Windows color (decimal): -11439759 or 7434577. OLE color: 7434577.

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

Color convert

RGB81113113-
CMYK0.28000.56
HSL180º16.49%38.04%-
HSV(B)180º28.32%44.31%-
XYZ12.2814.7517.82-
YUV103.43133.4112-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=26.38%
G=36.81%
B=36.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131130.28000.5618016.4938.04
Hex5171711C0038b41026
Octal1211611613400702642046
Binary10100011110001111000111100001110001011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517171; }

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

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

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

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

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

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

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

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