Html Css Color HEX #52716B William

📋 copy color: '#52716B'

red 82 ◦ green 113 ◦ blue 107

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

Shades of William #52716B

Tints of William #52716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 27.15%
G = 37.42%
B = 35.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#52716B (or 0x52716B) is known color: William. HEX triplet: 52, 71 and 6B. RGB value is (82,113,107). Sum of RGB (Red+Green+Blue) = 82+113+107=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #52716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716B is #AD8E94. Grayscale: #676767. Windows color (decimal): -11374229 or 7041362. OLE color: 7041362.

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

Color convert

RGB 82 113 107 -
CMYK 0.27 0 0.05 0.56
HSL 168.39º 0.16% 0.38% -
HSV(B) 168.39º 0.27% 0.44% -
XYZ 12.04 14.67 16.11 -
YUV 103.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 82 113 107 0.27 0 0.05 0.56 168.39 0.16 0.38
Hex 52 71 6B 1B 0 5 38 A8 10 26
Octal 122 161 153 33 0 5 70 250 20 46
Binary 1010010 1110001 1101011 11011 0 101 111000 10101000 10000 100110

Color Harmonies of #52716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52716B

Black with #52716B

Text Example


Text Example

White with #52716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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