#517471

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

Shades of William #517471

Tints of William #517471

Color information

#517471 (or 0x517471) is unknown color: approx William. HEX triplet: 51, 74 and 71. RGB value is (81,116,113). Sum of RGB (Red+Green+Blue) = 81+116+113=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #517471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517471 is #AE8B8E. Grayscale: #696969. Windows color (decimal): -11438991 or 7435345. OLE color: 7435345.

HSL color Cylindrical-coordinate representation of color #517471: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517471 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB81116113-
CMYK0.3000.030.55
HSL174.86º17.77%38.63%-
HSV(B)174.86º30.17%45.49%-
XYZ12.6215.4317.94-
YUV105.19132.4110.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=26.13%
G=37.42%
B=36.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161130.3000.030.55174.8617.7738.63
Hex5174711E0337af1227
Octal1211641613603672572247
Binary101000111101001110001111100111101111010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517471; }

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

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

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

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

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

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

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

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