Html Css Color HEX #52706F William

📋 copy color: '#52706F'

red 82 ◦ green 112 ◦ blue 111

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

Shades of William #52706F

Tints of William #52706F

RGB

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

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

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

R = 26.89%
G = 36.72%
B = 36.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#52706F (or 0x52706F) is known color: William. HEX triplet: 52, 70 and 6F. RGB value is (82,112,111). Sum of RGB (Red+Green+Blue) = 82+112+111=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #52706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52706F is #AD8F90. Grayscale: #666666. Windows color (decimal): -11374481 or 7303250. OLE color: 7303250.

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

Color convert

RGB 82 112 111 -
CMYK 0.27 0 0.01 0.56
HSL 178º 0.15% 0.38% -
HSV(B) 178º 0.27% 0.44% -
XYZ 12.14 14.53 17.2 -
YUV 102.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 82 112 111 0.27 0 0.01 0.56 178 0.15 0.38
Hex 52 70 6F 1B 0 1 38 B2 F 26
Octal 122 160 157 33 0 1 70 262 17 46
Binary 1010010 1110000 1101111 11011 0 1 111000 10110010 1111 100110

Color Harmonies of #52706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52706F

Black with #52706F

Text Example


Text Example

White with #52706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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