Html Css Color HEX #52706D William

📋 copy color: '#52706D'

red 82 ◦ green 112 ◦ blue 109

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

Shades of William #52706D

Tints of William #52706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 27.06%
G = 36.96%
B = 35.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#52706D (or 0x52706D) is known color: William. HEX triplet: 52, 70 and 6D. RGB value is (82,112,109). Sum of RGB (Red+Green+Blue) = 82+112+109=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #52706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52706D is #AD8F92. Grayscale: #666666. Windows color (decimal): -11374483 or 7172178. OLE color: 7172178.

HSL color Cylindrical-coordinate representation of color #52706D: hue angle of 174º degrees, saturation: 0.15, 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 #52706D is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 109 -
CMYK 0.27 0 0.03 0.56
HSL 174º 0.15% 0.38% -
HSV(B) 174º 0.27% 0.44% -
XYZ 12.03 14.49 16.63 -
YUV 102.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 82 112 109 0.27 0 0.03 0.56 174 0.15 0.38
Hex 52 70 6D 1B 0 3 38 AE F 26
Octal 122 160 155 33 0 3 70 256 17 46
Binary 1010010 1110000 1101101 11011 0 11 111000 10101110 1111 100110

Color Harmonies of #52706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52706D

Black with #52706D

Text Example


Text Example

White with #52706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52706D; }

 p { color: rgb(82,112,109); }

 H1.HeaderClassName
 {
   color: #52706D;
 }
 .AnyTagClassName
 {
   color: #52706D;
 }
</style>

background-color css

<style>
 a { background-color: #52706D; }

 a { background-color: rgb(82,112,109); }

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

border-color css

<style>
 span { border-color: #52706D; }

 span { border-color: rgb(82,112,109); }

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