#517573

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

Shades of William #517573

Tints of William #517573

Color information

#517573 (or 0x517573) is unknown color: approx William. HEX triplet: 51, 75 and 73. RGB value is (81,117,115). Sum of RGB (Red+Green+Blue) = 81+117+115=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #517573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517573 is #AE8A8C. Grayscale: #696969. Windows color (decimal): -11438733 or 7566673. OLE color: 7566673.

HSL color Cylindrical-coordinate representation of color #517573: hue angle of 176.67º 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 #517573 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB81117115-
CMYK0.3100.020.54
HSL176.67º18.18%38.82%-
HSV(B)176.67º30.77%45.88%-
XYZ12.8515.7118.57-
YUV106.01133.07110.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=25.88%
G=37.38%
B=36.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171150.3100.020.54176.6718.1838.82
Hex5175731F0236b11227
Octal1211651633702662612247
Binary101000111101011110011111110101101101011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517573; }

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

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

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

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

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

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

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

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