#517272

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

Shades of William #517272

Tints of William #517272

Color information

#517272 (or 0x517272) is unknown color: approx William. HEX triplet: 51, 72 and 72. RGB value is (81,114,114). Sum of RGB (Red+Green+Blue) = 81+114+114=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #517272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517272 is #AE8D8D. Grayscale: #686868. Windows color (decimal): -11439502 or 7500369. OLE color: 7500369.

HSL color Cylindrical-coordinate representation of color #517272: hue angle of 180º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #517272 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81114114-
CMYK0.29000.55
HSL180º16.92%38.24%-
HSV(B)180º28.95%44.71%-
XYZ12.451518.16-
YUV104.13133.57111.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=26.21%
G=36.89%
B=36.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811141140.29000.5518016.9238.24
Hex5172721D0037b41126
Octal1211621623500672642146
Binary10100011110010111001011101001101111011010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517272; }

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

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

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

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

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

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

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

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