#52726B

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

Shades of William #52726B

Tints of William #52726B

Color information

#52726B (or 0x52726B) is unknown color: approx William. HEX triplet: 52, 72 and 6B. RGB value is (82,114,107). Sum of RGB (Red+Green+Blue) = 82+114+107=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #52726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726B is #AD8D94. Grayscale: #676767. Windows color (decimal): -11373973 or 7041618. OLE color: 7041618.

HSL color Cylindrical-coordinate representation of color #52726B: hue angle of 166.88º 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 #52726B is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB82114107-
CMYK0.2800.060.55
HSL166.88º16.33%38.43%-
HSV(B)166.88º28.07%44.71%-
XYZ12.1514.8916.14-
YUV103.63129.9112.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=27.06%
G=37.62%
B=35.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141070.2800.060.55166.8816.3338.43
Hex52726B1C0637a71026
Octal1221621533406672472046
Binary1010010111001011010111110001101101111010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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