#52716A

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

Shades of William #52716A

Tints of William #52716A

Color information

#52716A (or 0x52716A) is unknown color: approx William. HEX triplet: 52, 71 and 6A. RGB value is (82,113,106). Sum of RGB (Red+Green+Blue) = 82+113+106=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #52716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716A is #AD8E95. Grayscale: #666666. Windows color (decimal): -11374230 or 6975826. OLE color: 6975826.

HSL color Cylindrical-coordinate representation of color #52716A: hue angle of 166.45º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52716A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB82113106-
CMYK0.2700.060.56
HSL166.45º15.9%38.24%-
HSV(B)166.45º27.43%44.31%-
XYZ11.9914.6415.83-
YUV102.93129.73113.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=27.24%
G=37.54%
B=35.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131060.2700.060.56166.4515.938.24
Hex52716A1B0638a61026
Octal1221611523306702462046
Binary1010010111000111010101101101101110001010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52716A; }

 p { color: rgb(82,113,106); }

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

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

 a { background-color: rgb(82,113,106); }

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

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

 span { border-color: rgb(82,113,106); }

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