#527170

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

Shades of William #527170

Tints of William #527170

Color information

#527170 (or 0x527170) is unknown color: approx William. HEX triplet: 52, 71 and 70. RGB value is (82,113,112). Sum of RGB (Red+Green+Blue) = 82+113+112=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #527170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527170 is #AD8E8F. Grayscale: #676767. Windows color (decimal): -11374224 or 7369042. OLE color: 7369042.

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

Color convert

RGB82113112-
CMYK0.2700.010.56
HSL178.06º15.9%38.24%-
HSV(B)178.06º27.43%44.31%-
XYZ12.3114.7717.53-
YUV103.62132.73112.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=26.71%
G=36.81%
B=36.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131120.2700.010.56178.0615.938.24
Hex5271701B0138b21026
Octal1221611603301702622046
Binary10100101110001111000011011011110001011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527170; }

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

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

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

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

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

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

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

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