#517472

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

Shades of William #517472

Tints of William #517472

Color information

#517472 (or 0x517472) is unknown color: approx William. HEX triplet: 51, 74 and 72. RGB value is (81,116,114). Sum of RGB (Red+Green+Blue) = 81+116+114=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #517472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517472 is #AE8B8D. Grayscale: #696969. Windows color (decimal): -11438990 or 7500881. OLE color: 7500881.

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

Color convert

RGB81116114-
CMYK0.3000.020.55
HSL176.57º17.77%38.63%-
HSV(B)176.57º30.17%45.49%-
XYZ12.6815.4618.23-
YUV105.31132.9110.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=26.05%
G=37.30%
B=36.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161140.3000.020.55176.5717.7738.63
Hex5174721E0237b11227
Octal1211641623602672612247
Binary101000111101001110010111100101101111011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517472; }

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

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

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

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

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

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

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

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