#527671

Color #527671 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #527671

Tints of William #527671

Color information

#527671 (or 0x527671) is unknown color: approx William. HEX triplet: 52, 76 and 71. RGB value is (82,118,113). Sum of RGB (Red+Green+Blue) = 82+118+113=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #527671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527671 is #AD898E. Grayscale: #6A6A6A. Windows color (decimal): -11372943 or 7435858. OLE color: 7435858.

HSL color Cylindrical-coordinate representation of color #527671: hue angle of 171.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527671 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB82118113-
CMYK0.3100.040.54
HSL171.67º18%39.22%-
HSV(B)171.67º30.51%46.27%-
XYZ12.9415.9418.02-
YUV106.67131.57110.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=26.20%
G=37.70%
B=36.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181130.3100.040.54171.671839.22
Hex5276711F0436ac1227
Octal1221661613704662542247
Binary1010010111011011100011111101001101101010110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527671; }

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

 H1.HeaderClassName
 {
   color: #527671;
 }
 .AnyTagClassName
 {
   color: #527671;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #527671;
 }
 .BgClassName
 {
   background-color: #527671;
 }
</style>
border-color css

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

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

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