Html Css Color HEX #52716F William

📋 copy color: '#52716F'

red 82 ◦ green 113 ◦ blue 111

#52716F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #52716F

Tints of William #52716F

RGB

 RED value IS 82 (32.42% from 255) = 26.8%

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 26.8%
G = 36.93%
B = 36.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#52716F (or 0x52716F) is known color: William. HEX triplet: 52, 71 and 6F. RGB value is (82,113,111). Sum of RGB (Red+Green+Blue) = 82+113+111=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #52716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716F is #AD8E90. Grayscale: #676767. Windows color (decimal): -11374225 or 7303506. OLE color: 7303506.

HSL color Cylindrical-coordinate representation of color #52716F: hue angle of 176.13º 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 #52716F is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 111 -
CMYK 0.27 0 0.02 0.56
HSL 176.13º 0.16% 0.38% -
HSV(B) 176.13º 0.27% 0.44% -
XYZ 12.25 14.75 17.24 -
YUV 103.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 82 113 111 0.27 0 0.02 0.56 176.13 0.16 0.38
Hex 52 71 6F 1B 0 2 38 B0 10 26
Octal 122 161 157 33 0 2 70 260 20 46
Binary 1010010 1110001 1101111 11011 0 10 111000 10110000 10000 100110

Color Harmonies of #52716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52716F

Black with #52716F

Text Example


Text Example

White with #52716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52716F;
 }
 .AnyTagClassName
 {
   color: #52716F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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