#527473

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

Shades of William #527473

Tints of William #527473

Color information

#527473 (or 0x527473) is unknown color: approx William. HEX triplet: 52, 74 and 73. RGB value is (82,116,115). Sum of RGB (Red+Green+Blue) = 82+116+115=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #527473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527473 is #AD8B8C. Grayscale: #696969. Windows color (decimal): -11373453 or 7566418. OLE color: 7566418.

HSL color Cylindrical-coordinate representation of color #527473: hue angle of 178.24º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527473 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB82116115-
CMYK0.2900.010.55
HSL178.24º17.17%38.82%-
HSV(B)178.24º29.31%45.49%-
XYZ12.8215.5218.54-
YUV105.72133.24111.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=26.20%
G=37.06%
B=36.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161150.2900.010.55178.2417.1738.82
Hex5274731D0137b21127
Octal1221641633501672622147
Binary10100101110100111001111101011101111011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527473; }

 p { color: rgb(82,116,115); }

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

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

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

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

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

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

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