Html Css Color HEX #52706A William

📋 copy color: '#52706A'

red 82 ◦ green 112 ◦ blue 106

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

Shades of William #52706A

Tints of William #52706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 27.33%
G = 37.33%
B = 35.33%

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

#52706A (or 0x52706A) is known color: William. HEX triplet: 52, 70 and 6A. RGB value is (82,112,106). Sum of RGB (Red+Green+Blue) = 82+112+106=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #52706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52706A is #AD8F95. Grayscale: #666666. Windows color (decimal): -11374486 or 6975570. OLE color: 6975570.

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

Color convert

RGB 82 112 106 -
CMYK 0.27 0 0.05 0.56
HSL 168º 0.15% 0.38% -
HSV(B) 168º 0.27% 0.44% -
XYZ 11.88 14.42 15.79 -
YUV 102.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 82 112 106 0.27 0 0.05 0.56 168 0.15 0.38
Hex 52 70 6A 1B 0 5 38 A8 F 26
Octal 122 160 152 33 0 5 70 250 17 46
Binary 1010010 1110000 1101010 11011 0 101 111000 10101000 1111 100110

Color Harmonies of #52706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52706A

Black with #52706A

Text Example


Text Example

White with #52706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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