#527171

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

Shades of William #527171

Tints of William #527171

Color information

#527171 (or 0x527171) is unknown color: approx William. HEX triplet: 52, 71 and 71. RGB value is (82,113,113). Sum of RGB (Red+Green+Blue) = 82+113+113=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #527171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527171 is #AD8E8E. Grayscale: #676767. Windows color (decimal): -11374223 or 7434578. OLE color: 7434578.

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

Color convert

RGB82113113-
CMYK0.27000.56
HSL180º15.9%38.24%-
HSV(B)180º27.43%44.31%-
XYZ12.3714.817.83-
YUV103.73133.23112.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=26.62%
G=36.69%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131130.27000.5618015.938.24
Hex5271711B0038b41026
Octal1221611613300702642046
Binary10100101110001111000111011001110001011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527171; }

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

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

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

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

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

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

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

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