#52726E

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

Shades of William #52726E

Tints of William #52726E

Color information

#52726E (or 0x52726E) is unknown color: approx William. HEX triplet: 52, 72 and 6E. RGB value is (82,114,110). Sum of RGB (Red+Green+Blue) = 82+114+110=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #52726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726E is #AD8D91. Grayscale: #676767. Windows color (decimal): -11373970 or 7238226. OLE color: 7238226.

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

Color convert

RGB82114110-
CMYK0.2800.040.55
HSL172.5º16.33%38.43%-
HSV(B)172.5º28.07%44.71%-
XYZ12.3114.9516.99-
YUV103.98131.4112.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=26.80%
G=37.25%
B=35.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141100.2800.040.55172.516.3338.43
Hex52726E1C0437ac1026
Octal1221621563404672542046
Binary1010010111001011011101110001001101111010110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52726E; }

 p { color: rgb(82,114,110); }

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

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

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

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

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

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

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