#527472

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

Shades of William #527472

Tints of William #527472

Color information

#527472 (or 0x527472) is unknown color: approx William. HEX triplet: 52, 74 and 72. RGB value is (82,116,114). Sum of RGB (Red+Green+Blue) = 82+116+114=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #527472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527472 is #AD8B8D. Grayscale: #696969. Windows color (decimal): -11373454 or 7500882. OLE color: 7500882.

HSL color Cylindrical-coordinate representation of color #527472: hue angle of 176.47º 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 #527472 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB82116114-
CMYK0.2900.020.55
HSL176.47º17.17%38.82%-
HSV(B)176.47º29.31%45.49%-
XYZ12.7615.518.24-
YUV105.61132.74111.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=26.28%
G=37.18%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161140.2900.020.55176.4717.1738.82
Hex5274721D0237b01127
Octal1221641623502672602147
Binary101001011101001110010111010101101111011000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527472; }

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

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

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

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

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

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

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

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