#527372

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

Shades of William #527372

Tints of William #527372

Color information

#527372 (or 0x527372) is unknown color: approx William. HEX triplet: 52, 73 and 72. RGB value is (82,115,114). Sum of RGB (Red+Green+Blue) = 82+115+114=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #527372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527372 is #AD8C8D. Grayscale: #686868. Windows color (decimal): -11373710 or 7500626. OLE color: 7500626.

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

Color convert

RGB82115114-
CMYK0.2900.010.55
HSL178.18º16.75%38.63%-
HSV(B)178.18º28.7%45.1%-
XYZ12.6515.2718.2-
YUV105.02133.07111.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=26.37%
G=36.98%
B=36.66%

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
Decimal821151140.2900.010.55178.1816.7538.63
Hex5273721D0137b21127
Octal1221631623501672622147
Binary10100101110011111001011101011101111011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527372; }

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

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

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

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

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

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

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

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