#517871

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

Shades of William #517871

Tints of William #517871

Color information

#517871 (or 0x517871) is unknown color: approx William. HEX triplet: 51, 78 and 71. RGB value is (81,120,113). Sum of RGB (Red+Green+Blue) = 81+120+113=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #517871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517871 is #AE878E. Grayscale: #6B6B6B. Windows color (decimal): -11437967 or 7436369. OLE color: 7436369.

HSL color Cylindrical-coordinate representation of color #517871: hue angle of 169.23º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517871 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB81120113-
CMYK0.3200.060.53
HSL169.23º19.4%39.41%-
HSV(B)169.23º32.5%47.06%-
XYZ13.0916.3718.09-
YUV107.54131.08109.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=25.80%
G=38.22%
B=35.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811201130.3200.060.53169.2319.439.41
Hex517871200635a91327
Octal1211701614006652512347
Binary10100011111000111000110000001101101011010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517871; }

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

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

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

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

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

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

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

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