#517972

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

Shades of William #517972

Tints of William #517972

Color information

#517972 (or 0x517972) is unknown color: approx William. HEX triplet: 51, 79 and 72. RGB value is (81,121,114). Sum of RGB (Red+Green+Blue) = 81+121+114=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #517972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517972 is #AE868D. Grayscale: #6C6C6C. Windows color (decimal): -11437710 or 7502161. OLE color: 7502161.

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

Color convert

RGB81121114-
CMYK0.3300.060.53
HSL169.5º19.8%39.61%-
HSV(B)169.5º33.06%47.45%-
XYZ13.2716.6418.43-
YUV108.24131.25108.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=25.63%
G=38.29%
B=36.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211140.3300.060.53169.519.839.61
Hex517972210635aa1428
Octal1211711624106652522450
Binary10100011111001111001010000101101101011010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517972; }

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

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

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

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

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

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

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

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